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

Unified Diff: Source/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 3f54a70b50dad5be5a3c56c8b6cfd7153144f761..9f91c6344a200159dd259a325d65198f8e420830 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -234,6 +234,8 @@ public:
virtual void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) { }
+ virtual void didUpdateTopControls() const { }
+
protected:
virtual ~ChromeClient() { }
};

Powered by Google App Engine
This is Rietveld 408576698