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

Unified Diff: cc/test/occlusion_tracker_test_common.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/test/layer_tree_test.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/occlusion_tracker_test_common.h
diff --git a/cc/test/occlusion_tracker_test_common.h b/cc/test/occlusion_tracker_test_common.h
index 6d16df0785caabbab9ef59a70b8d60138d77bae7..af8ed3c470a1edcadab70f6685e23d70f94632a0 100644
--- a/cc/test/occlusion_tracker_test_common.h
+++ b/cc/test/occlusion_tracker_test_common.h
@@ -13,8 +13,8 @@ namespace cc {
// A subclass to expose the total current occlusion.
template <typename LayerType, typename RenderSurfaceType>
-class TestOcclusionTrackerBase :
- public OcclusionTrackerBase<LayerType, RenderSurfaceType> {
+class TestOcclusionTrackerBase
+ : public OcclusionTrackerBase<LayerType, RenderSurfaceType> {
public:
TestOcclusionTrackerBase(gfx::Rect screen_scissor_rect,
bool record_metrics_for_frame)
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698