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

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 1921503005: cc: Move main thread hierarchy dependencies into PropertyTreeBuilder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix telemetry unittest problem Created 4 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 5f2d720b486fe82c43fd85be2c34322d5a951a44..9af344607ad7cbb4f0ecf00c9e44894989ccfbd4 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -121,9 +121,6 @@ class CC_EXPORT LayerTreeHostCommon {
static int CalculateLayerJitter(LayerImpl* scrolling_layer);
static void CalculateDrawPropertiesForTesting(
CalcDrawPropsMainInputsForTesting* inputs);
- static void PreCalculateMetaInformation(Layer* root_layer);
- static void PreCalculateMetaInformationForTesting(LayerImpl* root_layer);
- static void PreCalculateMetaInformationForTesting(Layer* root_layer);
static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
static void CalculateDrawProperties(

Powered by Google App Engine
This is Rietveld 408576698