| 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 d53b32641f919c385dd291acb364ccffa0811f2f..427c74f42e581dbd3662283a2625ba6f29944125 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -118,7 +118,7 @@ class CC_EXPORT LayerTreeHostCommon {
|
| int current_render_surface_layer_list_id);
|
| };
|
|
|
| - static int CalculateFrameJitter(LayerImpl* scrolling_layer);
|
| + static int CalculateLayerJitter(LayerImpl* scrolling_layer);
|
| static void CalculateDrawProperties(CalcDrawPropsMainInputs* inputs);
|
| static void PreCalculateMetaInformation(Layer* root_layer);
|
| static void PreCalculateMetaInformationForTesting(LayerImpl* root_layer);
|
|
|