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

Unified Diff: content/browser/renderer_host/render_widget_host_delegate.h

Issue 2417783005: [Master/Overview CL] Make PageScaleFactor work for oopif subframe.
Patch Set: Created 4 years, 2 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: content/browser/renderer_host/render_widget_host_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h
index b63dcbb38eb301ea83335deb45968604c90a9782..9f59d015bb6fd42279c1142846a983ff9deead53 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -65,6 +65,9 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
// Sets the device scale factor for frames associated with this WebContents.
virtual void UpdateDeviceScaleFactor(double device_scale_factor) {}
+ // Sets the device scale factor for frames associated with this WebContents.
+ virtual void UpdatePageScaleFactor(double page_scale_factor) {}
+
// Retrieve screen information.
virtual void GetScreenInfo(ScreenInfo* web_screen_info);

Powered by Google App Engine
This is Rietveld 408576698