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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index d3caceb42579a52a21ec8cf10b95d09210b0f4fa..76be9f768642d4ef87b0ef3adcf2562eb1e1735f 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -65,6 +65,7 @@ public:
Page* createWindow(
LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) override;
void show(NavigationPolicy) override;
+ void didOverscroll(const FloatSize&, const FloatSize&, const FloatPoint&, const FloatSize&) override;
void setToolbarsVisible(bool) override;
bool toolbarsVisible() override;
void setStatusbarVisible(bool) override;

Powered by Google App Engine
This is Rietveld 408576698