| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index e4888008a4eec104a6f6ee942176c4265929183d..0599b070032551c9e5f8627fcd95671e7c33f68f 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -104,6 +104,7 @@ class CC_EXPORT LayerTreeImpl {
|
| bool create_low_res_tiling() const;
|
| BlockingTaskRunner* BlockingMainThreadTaskRunner() const;
|
| bool RequiresHighResToDraw() const;
|
| + bool SmoothnessTakesPriority() const;
|
|
|
| // Tree specific methods exposed to layer-impl tree.
|
| // ---------------------------------------------------------------------------
|
|
|