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

Unified Diff: cc/trees/proxy.h

Issue 12965007: Fix cpplint errors in cc/(animation|input|layers|trees|test)/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 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/trees/occlusion_tracker.h ('k') | cc/trees/quad_culler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 0df7f0a5da6d7632deb988720b4e7929d3d7aca4..7be52d733de9b4c78fa8fe91d73386d491b07e5a 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -117,14 +117,14 @@ class CC_EXPORT Proxy {
friend class DebugScopedSetMainThreadBlocked;
private:
- DISALLOW_COPY_AND_ASSIGN(Proxy);
-
scoped_ptr<Thread> main_thread_;
scoped_ptr<Thread> impl_thread_;
#ifndef NDEBUG
bool impl_thread_is_overridden_;
bool is_main_thread_blocked_;
#endif
+
+ DISALLOW_COPY_AND_ASSIGN(Proxy);
};
#ifndef NDEBUG
@@ -149,6 +149,6 @@ class DebugScopedSetMainThreadBlocked {
};
#endif
-}
+} // namespace cc
#endif // CC_TREES_PROXY_H_
« no previous file with comments | « cc/trees/occlusion_tracker.h ('k') | cc/trees/quad_culler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698