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

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 2241763002: cc: fix damage tracker rect with hidpi filters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 4 years, 4 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/damage_tracker_unittest.cc ('k') | cc/trees/layer_tree_host_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_common.h
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index e50a51410e2b29c66cf960515abd2a9ede3c98fc..6867e942f368c033ac998957dad3de579c7f0453 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -108,10 +108,19 @@ class CC_EXPORT LayerTreeHostCommon {
CalcDrawPropsImplInputsForTesting(LayerImpl* root_layer,
const gfx::Size& device_viewport_size,
const gfx::Transform& device_transform,
+ float device_scale_factor,
+ LayerImplList* render_surface_layer_list);
+ CalcDrawPropsImplInputsForTesting(LayerImpl* root_layer,
+ const gfx::Size& device_viewport_size,
+ const gfx::Transform& device_transform,
LayerImplList* render_surface_layer_list);
CalcDrawPropsImplInputsForTesting(LayerImpl* root_layer,
const gfx::Size& device_viewport_size,
LayerImplList* render_surface_layer_list);
+ CalcDrawPropsImplInputsForTesting(LayerImpl* root_layer,
+ const gfx::Size& device_viewport_size,
+ float device_scale_factor,
+ LayerImplList* render_surface_layer_list);
};
static int CalculateLayerJitter(LayerImpl* scrolling_layer);
« no previous file with comments | « cc/trees/damage_tracker_unittest.cc ('k') | cc/trees/layer_tree_host_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698