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

Unified Diff: cc/CCThreadProxy.h

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/CCThreadProxy.h
diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
index 8fcc31fa009cdd7aae0057469173f7294c3d905c..d95af6f6238d3d1083445876310a9d4a683b5938 100644
--- a/cc/CCThreadProxy.h
+++ b/cc/CCThreadProxy.h
@@ -81,10 +81,8 @@ private:
// Set on impl thread, read on main thread.
struct BeginFrameAndCommitState {
- BeginFrameAndCommitState()
- : monotonicFrameBeginTime(0)
- {
- }
+ BeginFrameAndCommitState();
+ ~BeginFrameAndCommitState();
double monotonicFrameBeginTime;
OwnPtr<CCScrollAndScaleSet> scrollInfo;
« no previous file with comments | « cc/CCSolidColorLayerImpl.cpp ('k') | cc/CCThreadProxy.cpp » ('j') | cc/test/MockCCQuadCuller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698