[chromium] Make WebCompositorOutputSurface an empty class when USE_CC_OUTPUT_SURFACE is defined.
Created attachment 177404 [details] Patch
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
*** Bug 103954 has been marked as a duplicate of this bug. ***
Comment on attachment 177404 [details] Patch Look at Tools/DumpRenderTree/chromium/WebViewHost.cpp's implementation of createOutputSurface(). How will that work with this change? We need some way to hook up the compositor's output surface to something we can use in a layout tests for DRT. R- until we figure that out.
Huh.. DRT works fine for me.. somehow.
Created attachment 177568 [details] Patch
Created attachment 177572 [details] Patch Cleanup in WebViewHost
The path to landing these things are: 1. This. 2. https://codereview.chromium.org/11348371/ 3. https://bugs.webkit.org/show_bug.cgi?id=104046 4. Remove the #define USE_CC_OUTPUT_SURFACE from cc/
Comment on attachment 177572 [details] Patch Looks good, although we'll still be passing a seemingly-empty interface around in WebViewHost. We can fix that eventually...
Comment on attachment 177572 [details] Patch Clearing flags on attachment: 177572 Committed r136779: <http://trac.webkit.org/changeset/136779>
All reviewed patches have been landed. Closing bug.