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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.h

Issue 2652643004: Make PageScaleFactor work for oopif subframes.
Patch Set: Put function prototype in correct place. Created 3 years, 11 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 | « cc/trees/layer_tree_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index 4f3178036cda45d6dee1f0b9e6f4d0bbd2672ad9..0e6ae2c90d38b21f852090e0352ea34099e79941 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -269,6 +269,9 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
const gfx::Rect& initial_rect,
bool user_gesture) {}
+ // Distribute page scale factor to all subframes.
+ virtual void SetPageScaleFactorForSubframes(double page_scale_factor) {}
+
protected:
virtual ~RenderFrameHostDelegate() {}
};
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698