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

Unified Diff: cc/test/fake_web_scrollbar.h

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_proxy.h ('k') | cc/test/fake_web_scrollbar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_web_scrollbar.h
diff --git a/cc/test/fake_web_scrollbar.h b/cc/test/fake_web_scrollbar.h
index 93ad943fb867d013f5ede4bf1aebe5a2fc2785e9..331f7158111f81b6cf701abf8598ded0bd7475f8 100644
--- a/cc/test/fake_web_scrollbar.h
+++ b/cc/test/fake_web_scrollbar.h
@@ -16,7 +16,7 @@ class FakeWebScrollbar : public WebKit::WebScrollbar {
return make_scoped_ptr(new FakeWebScrollbar());
}
- void setOverlay(bool isOverlay);
+ void set_overlay(bool is_overlay) { is_overlay_ = is_overlay; }
// WebScrollbar implementation
virtual bool isOverlay() const OVERRIDE;
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/test/fake_web_scrollbar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698