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

Unified Diff: public/web/WebViewClient.h

Issue 971813002: Add a callback from Blink to Chromium for when page scale changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index f73cb9708f473a27f29502620cbec0ce33a83ed1..cbdf5e12c978bb8e0977a91b4dd8f9b2042d3301 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -249,6 +249,8 @@ public:
// action that wasn't initiated by the client.
virtual void zoomLevelChanged() { }
+ // Informs the browser that the page scale has changed.
+ virtual void pageScaleFactorChanged() { }
// Navigator Content Utils --------------------------------------------
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698