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

Unified Diff: cc/layers/render_surface.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/layers/picture_layer_impl_unittest.cc ('k') | cc/layers/render_surface_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface.h
diff --git a/cc/layers/render_surface.h b/cc/layers/render_surface.h
index 4373e347b861adeee5f8830a3a0868624551619b..5e29889faa68ade271440b461448a73a616ddec4 100644
--- a/cc/layers/render_surface.h
+++ b/cc/layers/render_surface.h
@@ -68,7 +68,7 @@ class CC_EXPORT RenderSurface {
void SetTargetSurfaceTransformsAreAnimating(bool animating) {
target_surface_transforms_are_animating_ = animating;
- }
+ }
bool target_surface_transforms_are_animating() const {
return target_surface_transforms_are_animating_;
}
@@ -135,5 +135,5 @@ class CC_EXPORT RenderSurface {
DISALLOW_COPY_AND_ASSIGN(RenderSurface);
};
-}
+} // namespace cc
#endif // CC_LAYERS_RENDER_SURFACE_H_
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/layers/render_surface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698