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

Changeset 181638 in webkit


Ignore:
Timestamp:
Mar 17, 2015, 4:48:55 AM (11 years ago)
Author:
Carlos Garcia Campos
Message:

Merge r181620 - REGRESSION(r180924): Unable to build WebKitGTK+ with threaded compositor

Unreviewed build fix.

  • WebProcess/WebPage/LayerTreeHost.h:

Remove duplicated declaration of setNativeSurfaceHandleForCompositing.

Location:
releases/WebKitGTK/webkit-2.8/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog

    r181636 r181638  
     12015-03-17  Gwang Yoon Hwang  <yoon@igalia.com>
     2
     3        REGRESSION(r180924): Unable to build WebKitGTK+ with threaded compositor
     4
     5        Unreviewed build fix.
     6
     7        * WebProcess/WebPage/LayerTreeHost.h:
     8        Remove duplicated declaration of setNativeSurfaceHandleForCompositing.
     9
    1102015-03-16  Alexey Proskuryakov  <ap@apple.com>
    211
  • releases/WebKitGTK/webkit-2.8/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h

    r180929 r181638  
    8585
    8686#if USE(COORDINATED_GRAPHICS_THREADED)
    87     virtual void setNativeSurfaceHandleForCompositing(uint64_t) = 0;
    8887    virtual void viewportSizeChanged(const WebCore::IntSize&) = 0;
    8988    virtual void didChangeViewportProperties(const WebCore::ViewportAttributes&) = 0;
Note: See TracChangeset for help on using the changeset viewer.