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

Unified Diff: cc/test/fake_web_scrollbar_theme_geometry.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/fake_web_scrollbar.h ('k') | cc/test/layer_tree_pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_web_scrollbar_theme_geometry.h
diff --git a/cc/test/fake_web_scrollbar_theme_geometry.h b/cc/test/fake_web_scrollbar_theme_geometry.h
index 0c38333844c7cc3cf5a585907196aef4af60e612..dc814ed11bd4832b1e0119ad46ac82e0058eb200 100644
--- a/cc/test/fake_web_scrollbar_theme_geometry.h
+++ b/cc/test/fake_web_scrollbar_theme_geometry.h
@@ -47,7 +47,8 @@ class FakeWebScrollbarThemeGeometry : public WebKit::WebScrollbarThemeGeometry {
WebKit::WebRect& end_track) OVERRIDE;
protected:
- FakeWebScrollbarThemeGeometry(bool has_thumb) : has_thumb_(has_thumb) {}
+ explicit FakeWebScrollbarThemeGeometry(bool has_thumb)
+ : has_thumb_(has_thumb) {}
bool has_thumb_;
};
« no previous file with comments | « cc/test/fake_web_scrollbar.h ('k') | cc/test/layer_tree_pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698