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

Unified Diff: cc/CCThreadProxy.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/CCThreadProxy.h ('k') | cc/CCThreadedTest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCThreadProxy.cpp
diff --git a/cc/CCThreadProxy.cpp b/cc/CCThreadProxy.cpp
index 57ea3d3d5a27de3d5f3a06ffecddf58cb9f473ef..0c92fe7de86d5a8aa065dd3bbdfa7702aaf55ef3 100644
--- a/cc/CCThreadProxy.cpp
+++ b/cc/CCThreadProxy.cpp
@@ -936,4 +936,13 @@ void CCThreadProxy::implSideRenderingStatsOnImplThread(CCCompletionEvent* comple
completion->signal();
}
+CCThreadProxy::BeginFrameAndCommitState::BeginFrameAndCommitState()
+ : monotonicFrameBeginTime(0)
+{
+}
+
+CCThreadProxy::BeginFrameAndCommitState::~BeginFrameAndCommitState()
+{
+}
+
} // namespace cc
« no previous file with comments | « cc/CCThreadProxy.h ('k') | cc/CCThreadedTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698