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

Unified Diff: Source/core/page/ChromeClient.h

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased to latest Created 5 years, 6 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/loader/EmptyClients.h ('k') | Source/platform/scroll/ScrollAnimator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 808e7f7bf05c25acb0d370f378984e7f2b3a2772..85d7605910c7d8d9a7a483ea5759a63b15ef0a0e 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -50,6 +50,7 @@ class DateTimeChooserClient;
class Element;
class FileChooser;
class Frame;
+class FloatPoint;
class GraphicsContext;
class GraphicsLayer;
class GraphicsLayerFactory;
@@ -102,6 +103,8 @@ public:
void setWindowFeatures(const WindowFeatures&);
+ virtual void didOverscroll(const FloatSize&, const FloatSize&, const FloatPoint&, const FloatSize&) = 0;
+
virtual void setToolbarsVisible(bool) = 0;
virtual bool toolbarsVisible() = 0;
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/platform/scroll/ScrollAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698