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

Changeset 181620 in webkit


Ignore:
Timestamp:
Mar 17, 2015, 12:31:38 AM (11 years ago)
Author:
yoon@igalia.com
Message:

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

Unreviewed build fix.

  • WebProcess/WebPage/LayerTreeHost.h:

Remove duplicated declaration of setNativeSurfaceHandleForCompositing.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r181618 r181620  
     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  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h

    r180924 r181620  
    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.