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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 893683003: Implement top controls show/hide functionality for main thread scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix minor macro issue Created 5 years, 10 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 4ebea9b1c84658c8621650dd9749c58aae762594..c57ad0808e155a5dcda9018091895191d5be2003 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -178,6 +178,7 @@ public:
virtual void registerViewportLayers() const override;
virtual void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) override;
+ virtual void didUpdateTopControls() const override;
private:
virtual bool isChromeClientImpl() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698