Skip to content
  • nduca@chromium.org's avatar
    Unreviewed, rolling out r125212. · ad067962
    nduca@chromium.org authored
    http://trac.webkit.org/changeset/125212
    https://bugs.webkit.org/show_bug.cgi?id=92890
    
    Compile failure on mac dbg builder
    
    Source/Platform:
    
    * Platform.gypi:
    * chromium/public/WebCompositorOutputSurface.h: Removed.
    * chromium/public/WebCompositorOutputSurfaceClient.h: Removed.
    * chromium/public/WebLayerTreeView.h:
    (WebKit::WebLayerTreeView::Settings::Settings):
    (Settings):
    * chromium/public/WebLayerTreeViewClient.h:
    (WebKit):
    (WebLayerTreeViewClient):
    
    Source/WebCore:
    
    * platform/graphics/chromium/cc/CCGraphicsContext.h:
    (WebCore):
    (CCGraphicsContext):
    (WebCore::CCGraphicsContext::create2D):
    (WebCore::CCGraphicsContext::create3D):
    (WebCore::CCGraphicsContext::context3D):
    (WebCore::CCGraphicsContext::CCGraphicsContext):
    * platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
    (WebCore::CCLayerTreeHost::initializeLayerRenderer):
    (WebCore::CCLayerTreeHost::recreateContext):
    (WebCore::CCLayerTreeHost::createContext):
    * platform/graphics/chromium/cc/CCLayerTreeHost.h:
    (WebCore):
    (CCLayerTreeHostClient):
    (WebCore::CCLayerTreeSettings::CCLayerTreeSettings):
    (CCLayerTreeSettings):
    * platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
    (WebCore::CCLayerTreeHostImpl::initializeLayerRenderer):
    * platform/graphics/chromium/cc/CCLayerTreeHostImpl.h:
    (CCLayerTreeHostImplClient):
    * platform/graphics/chromium/cc/CCProxy.h:
    (WebCore):
    * platform/graphics/chromium/cc/CCRenderer.h:
    (CCRendererClient):
    * platform/graphics/chromium/cc/CCResourceProvider.cpp:
    * platform/graphics/chromium/cc/CCResourceProvider.h:
    (WebCore):
    * platform/graphics/chromium/cc/CCSingleThreadProxy.h:
    * platform/graphics/chromium/cc/CCThreadProxy.cpp:
    (WebCore::CCThreadProxy::recreateContext):
    (WebCore::CCThreadProxy::beginFrame):
    * platform/graphics/chromium/cc/CCThreadProxy.h:
    
    Source/WebKit/chromium:
    
    * WebKit.gyp:
    * WebKit.gypi:
    * public/WebSettings.h:
    * public/WebViewClient.h:
    (WebKit):
    (WebViewClient):
    * src/WebLayerTreeView.cpp:
    (WebKit::WebLayerTreeView::Settings::operator CCLayerTreeSettings):
    * src/WebLayerTreeViewImpl.cpp:
    (WebKit::WebLayerTreeViewClientAdapter::WebLayerTreeViewClientAdapter):
    * src/WebSettingsImpl.cpp:
    (WebKit::WebSettingsImpl::WebSettingsImpl):
    (WebKit::WebSettingsImpl::setForceSoftwareCompositing):
    (WebKit):
    * src/WebSettingsImpl.h:
    (WebKit::WebSettingsImpl::forceSoftwareCompositing):
    (WebSettingsImpl):
    * src/WebViewImpl.cpp:
    (WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
    (WebKit::WebViewImpl::createCompositorGraphicsContext3D):
    (WebKit::WebViewImpl::createContext3D):
    (WebKit::WebViewImpl::didRebindGraphicsContext):
    * src/WebViewImpl.h:
    (WebViewImpl):
    * tests/CCLayerTreeHostImplTest.cpp:
    * tests/CCLayerTreeHostTest.cpp:
    (WTF):
    (WTF::CCLayerTreeHostTestSetSingleLostContext::didRecreateContext):
    (WTF::CCLayerTreeHostTestSetRepeatedLostContext::didRecreateContext):
    * tests/CCResourceProviderTest.cpp:
    (WebKit::CCResourceProviderTest::CCResourceProviderTest):
    * tests/CCTextureUpdateControllerTest.cpp:
    * tests/CCThreadedTest.cpp:
    (WebKitTests::TestHooks::createContext):
    * tests/CCThreadedTest.h:
    (WebKitTests::TestHooks::didRecreateContext):
    * tests/Canvas2DLayerBridgeTest.cpp:
    (Canvas2DLayerBridgeTest::fullLifecycleTest):
    * tests/FakeCCGraphicsContext.h:
    (WebKit::createFakeCCGraphicsContext):
    * tests/FakeCCLayerTreeHostClient.h:
    * tests/FakeWebCompositorOutputSurface.h: Removed.
    * tests/LayerRendererChromiumTest.cpp:
    (LayerRendererChromiumTest::LayerRendererChromiumTest):
    (TEST):
    * tests/WebLayerTest.cpp:
    * tests/WebLayerTreeViewTest.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@125218 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ad067962