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

Unified Diff: webkit/plugins/webview_plugin.h

Issue 11359200: Upstream the pagescalefactor fix for plugin placeholder on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the order of #include Created 8 years, 1 month 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 | « no previous file | webkit/plugins/webview_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webview_plugin.h
diff --git a/webkit/plugins/webview_plugin.h b/webkit/plugins/webview_plugin.h
index 6377eb0485a3a58778457e6332f476acec1ebbb9..3345d36d866f30b192edb95fcfe88a6ea68db58d 100644
--- a/webkit/plugins/webview_plugin.h
+++ b/webkit/plugins/webview_plugin.h
@@ -143,6 +143,9 @@ class WebViewPlugin: public WebKit::WebPlugin, public WebKit::WebViewClient,
friend class base::DeleteHelper<WebViewPlugin>;
virtual ~WebViewPlugin();
+ // Get the scale factor for the current page.
+ float GetPageScaleFactor();
+
Delegate* delegate_;
// Destroys itself.
WebKit::WebCursorInfo current_cursor_;
« no previous file with comments | « no previous file | webkit/plugins/webview_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698