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

Unified Diff: Source/core/platform/chromium/FramelessScrollView.h

Issue 23819019: Refactor fixed layout mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/ScrollableArea.cpp ('k') | Source/core/platform/chromium/FramelessScrollView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/FramelessScrollView.h
diff --git a/Source/core/platform/chromium/FramelessScrollView.h b/Source/core/platform/chromium/FramelessScrollView.h
index aed283995f93a480dd8441392bb52c4603ef44be..6fb77ad8b940657734e6eefda61eb22c9ae93f9e 100644
--- a/Source/core/platform/chromium/FramelessScrollView.h
+++ b/Source/core/platform/chromium/FramelessScrollView.h
@@ -83,7 +83,7 @@ namespace WebCore {
// ScrollView protected methods:
virtual void paintContents(GraphicsContext*, const IntRect&);
virtual void contentsResized();
- virtual void visibleContentsResized();
+ virtual void scrollbarExistenceDidChange();
private:
FramelessScrollViewClient* m_client;
« no previous file with comments | « Source/core/platform/ScrollableArea.cpp ('k') | Source/core/platform/chromium/FramelessScrollView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698