Index: cc/CCThreadedTest.cpp |
diff --git a/cc/CCThreadedTest.cpp b/cc/CCThreadedTest.cpp |
index 4a1f2cbb49eb554eb0282a2d561c8f62f9bcee6f..703b520f1cefc57fe93f491651ae0289817f3b5f 100644 |
--- a/cc/CCThreadedTest.cpp |
+++ b/cc/CCThreadedTest.cpp |
@@ -77,6 +77,15 @@ CompositorFakeWebGraphicsContext3DWithTextureTracking::CompositorFakeWebGraphics |
{ |
} |
+CompositorFakeWebGraphicsContext3DWithTextureTracking::~CompositorFakeWebGraphicsContext3DWithTextureTracking() |
+{ |
+} |
+ |
+bool TestHooks::prepareToDrawOnCCThread(cc::CCLayerTreeHostImpl*) |
+{ |
+ return true; |
+} |
+ |
PassOwnPtr<WebCompositorOutputSurface> TestHooks::createOutputSurface() |
{ |
return FakeWebCompositorOutputSurface::create(CompositorFakeWebGraphicsContext3DWithTextureTracking::create(WebGraphicsContext3D::Attributes())); |
@@ -296,7 +305,12 @@ CCThreadedTest::CCThreadedTest() |
, m_finished(false) |
, m_scheduled(false) |
, m_started(false) |
-{ } |
+{ |
+} |
+ |
+CCThreadedTest::~CCThreadedTest() |
+{ |
+} |
void CCThreadedTest::endTest() |
{ |