Changeset 285856 in webkit
- Timestamp:
- Nov 16, 2021, 2:44:32 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/graphics/RemoteGraphicsContextGLCocoa.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r285849 r285856 1 2021-11-16 Kimmo Kinnunen <kkinnunen@apple.com> 2 3 RemoteGraphicsContextGLCocoa::m_swapChain is unused 4 https://bugs.webkit.org/show_bug.cgi?id=233176 5 6 Reviewed by Antti Koivisto. 7 8 Remove the unused variable. 9 10 * GPUProcess/graphics/RemoteGraphicsContextGLCocoa.cpp: 11 1 12 2021-11-15 Commit Queue <commit-queue@webkit.org> 2 13 -
trunk/Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLCocoa.cpp
r284371 r285856 30 30 31 31 #include "GPUConnectionToWebProcess.h" 32 #include <WebCore/GraphicsContextGLIOSurfaceSwapChain.h>33 32 #include <wtf/MachSendRight.h> 34 33 … … 47 46 void prepareForDisplay(CompletionHandler<void(WTF::MachSendRight&&)>&&) final; 48 47 private: 49 WebCore::GraphicsContextGLIOSurfaceSwapChain m_swapChain WTF_GUARDED_BY_LOCK(m_streamThread);50 48 #if HAVE(IOSURFACE_SET_OWNERSHIP_IDENTITY) 51 49 task_id_token_t m_webProcessIdentityToken;
Note:
See TracChangeset
for help on using the changeset viewer.