⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285856 in webkit


Ignore:
Timestamp:
Nov 16, 2021, 2:44:32 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

RemoteGraphicsContextGLCocoa::m_swapChain is unused
https://bugs.webkit.org/show_bug.cgi?id=233176

Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-11-16
Reviewed by Antti Koivisto.

Remove the unused variable.

  • GPUProcess/graphics/RemoteGraphicsContextGLCocoa.cpp:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285849 r285856  
     12021-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
    1122021-11-15  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLCocoa.cpp

    r284371 r285856  
    3030
    3131#include "GPUConnectionToWebProcess.h"
    32 #include <WebCore/GraphicsContextGLIOSurfaceSwapChain.h>
    3332#include <wtf/MachSendRight.h>
    3433
     
    4746    void prepareForDisplay(CompletionHandler<void(WTF::MachSendRight&&)>&&) final;
    4847private:
    49     WebCore::GraphicsContextGLIOSurfaceSwapChain m_swapChain WTF_GUARDED_BY_LOCK(m_streamThread);
    5048#if HAVE(IOSURFACE_SET_OWNERSHIP_IDENTITY)
    5149    task_id_token_t m_webProcessIdentityToken;
Note: See TracChangeset for help on using the changeset viewer.