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

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: Fix FakeCCDelayBasedTimeSource 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
« no previous file with comments | « cc/CCThreadedTest.h ('k') | cc/ContentLayerChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCThreadedTest.cpp
diff --git a/cc/CCThreadedTest.cpp b/cc/CCThreadedTest.cpp
index b36ff33ef252c29f13fa9cd2d73d66b04d4ec3fa..44890d1153abfdbe5b87c17e8c8a2fe8e78dc9c1 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698