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

Unified Diff: cc/proto/layer_tree.proto

Issue 2417783005: [Master/Overview CL] Make PageScaleFactor work for oopif subframe.
Patch Set: Rebase to master@{#429656}. Created 4 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 | « cc/layers/picture_layer_impl.cc ('k') | cc/test/fake_layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_tree.proto
diff --git a/cc/proto/layer_tree.proto b/cc/proto/layer_tree.proto
index be68790efbc43be1e97e4f53b274d7c2e3582bcb..c75cd07570ac6997f83950573813ce57bbe47a2a 100644
--- a/cc/proto/layer_tree.proto
+++ b/cc/proto/layer_tree.proto
@@ -27,6 +27,7 @@ message LayerTree {
optional float device_scale_factor = 13;
optional float painted_device_scale_factor = 14;
optional float page_scale_factor = 15;
+ optional float subframe_page_scale_factor = 32;
optional float min_page_scale_factor = 16;
optional float max_page_scale_factor = 17;
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/test/fake_layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698