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

Unified Diff: Source/core/platform/mock/ScrollbarThemeMock.h

Issue 23819053: Rename usesOverlayScrollbars of settings to mockScrollbarsUseOverlay (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mockScrollbarsUses... -> mockScrollbarsUse... Created 7 years, 3 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 | « Source/core/platform/ScrollbarTheme.cpp ('k') | Source/core/platform/mock/ScrollbarThemeMock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/mock/ScrollbarThemeMock.h
diff --git a/Source/core/platform/mock/ScrollbarThemeMock.h b/Source/core/platform/mock/ScrollbarThemeMock.h
index 3ddf0268b78591265b82467af971524eb75dcc24..e0dbb927c38c10ccd3bd246fac04063560ff5ae2 100644
--- a/Source/core/platform/mock/ScrollbarThemeMock.h
+++ b/Source/core/platform/mock/ScrollbarThemeMock.h
@@ -34,7 +34,6 @@ namespace WebCore {
class ScrollbarThemeMock : public ScrollbarTheme {
public:
virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
- virtual bool usesOverlayScrollbars() const OVERRIDE;
protected:
virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }
« no previous file with comments | « Source/core/platform/ScrollbarTheme.cpp ('k') | Source/core/platform/mock/ScrollbarThemeMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698