Changeset 256428 in webkit


Ignore:
Timestamp:
Feb 12, 2020 1:25:35 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[GL] Remove unused methods in GLContext
https://bugs.webkit.org/show_bug.cgi?id=207564

Patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com> on 2020-02-12
Reviewed by Carlos Alberto Lopez Perez.

These declarations are crumbs left from
https://bugs.webkit.org/show_bug.cgi?id=161605

No new tests because there's no behavior change.

  • platform/graphics/GLContext.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r256427 r256428  
     12020-02-12  Víctor Manuel Jáquez Leal  <vjaquez@igalia.com>
     2
     3        [GL] Remove unused methods in GLContext
     4        https://bugs.webkit.org/show_bug.cgi?id=207564
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        These declarations are crumbs left from
     9        https://bugs.webkit.org/show_bug.cgi?id=161605
     10
     11        No new tests because there's no behavior change.
     12
     13        * platform/graphics/GLContext.h:
     14
    1152020-02-12  Sunny He  <sunny_he@apple.com>
    216
  • trunk/Source/WebCore/platform/graphics/GLContext.h

    r254064 r256428  
    8383#endif
    8484
    85 #if PLATFORM(X11)
    86 private:
    87     static void addActiveContext(GLContext*);
    88     static void removeActiveContext(GLContext*);
    89     static void cleanupActiveContextsAtExit();
    90 #endif
    91 
    9285protected:
    9386    GLContext(PlatformDisplay&);
Note: See TracChangeset for help on using the changeset viewer.