| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 9417973cb17395021ba4fdc5601e3e649579974c..5570469974c63dbb632d8488567e23ffe2b03895 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -355,7 +355,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| std::unique_ptr<EvictionTilePriorityQueue> BuildEvictionQueue(
|
| TreePriority tree_priority) override;
|
| void SetIsLikelyToRequireADraw(bool is_likely_to_require_a_draw) override;
|
| - gfx::ColorSpace GetTileColorSpace() const override;
|
| + gfx::ColorSpace GetRasterColorSpace() const override;
|
| void RequestImplSideInvalidation() override;
|
|
|
| // ScrollbarAnimationControllerClient implementation.
|
|
|