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

Unified Diff: webkit/plugins/webview_plugin.h

Issue 12218122: Revert pagescale from plugin placeholder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « 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 29d609d30c6319e20608df84ea3a0d31442b4c3f..c93a73b3db6ce60a7df7bd573ff9d76fbfd6174e 100644
--- a/webkit/plugins/webview_plugin.h
+++ b/webkit/plugins/webview_plugin.h
@@ -143,9 +143,6 @@ 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