Chromium Code Reviews| Index: cc/trees/layer_tree_host.h |
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
| index 5610ff703430ad2fd8e0630e05e8b64c01de46c8..9d6f088d13b37aa7d44eb8df1d8b59104d25bef0 100644 |
| --- a/cc/trees/layer_tree_host.h |
| +++ b/cc/trees/layer_tree_host.h |
| @@ -83,8 +83,6 @@ class CC_EXPORT LayerTreeHost { |
| // Sets whether the content is suitable to use Gpu Rasterization. |
| virtual void SetHasGpuRasterizationTrigger(bool has_trigger) = 0; |
| - // Visibility and CompositorFrameSink ------------------------------- |
|
danakj
2016/09/20 18:19:21
Did you mean to?
enne (OOO)
2016/09/20 18:34:26
Ah, the rebasing on this patch was super rough. T
|
| - |
| virtual void SetVisible(bool visible) = 0; |
| virtual bool IsVisible() const = 0; |