Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2360)

Unified Diff: cc/CCThreadedTest.cpp

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All remaining files Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
{
« no previous file with comments | « cc/CCThreadedTest.h ('k') | cc/ContentLayerChromium.h » ('j') | cc/test/MockCCQuadCuller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698