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

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 1097583002: cc: Commit property trees to the compositor thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on top of needs_rebuild patch Created 5 years, 8 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: 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 f0378dff734795d2e34dbc169a4506ae0401e04c..2d50b0afcbe6d0317a8776ca111e192323339cca 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -126,6 +126,8 @@ class CC_EXPORT LayerTreeHostCommon {
typedef CalcDrawPropsInputsForTesting<LayerImpl, LayerImplList>
CalcDrawPropsImplInputsForTesting;
static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
+ static void CalculateDrawProperties(
+ CalcDrawPropsImplInputsForTesting* inputs);
template <typename LayerType>
static bool RenderSurfaceContributesToTarget(LayerType*,

Powered by Google App Engine
This is Rietveld 408576698