| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 380cc95f1989d3570060328b6d0b30a01e2569a6..03bfeca272c59a425c2fd4a623f40c53431f2837 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -131,12 +131,6 @@ class CC_EXPORT LayerTreeHost {
|
|
|
| void Composite(base::TimeTicks frame_begin_time);
|
|
|
| - // Composites and attempts to read back the result into the provided
|
| - // buffer. If it wasn't possible, e.g. due to context lost, will return
|
| - // false.
|
| - bool CompositeAndReadback(void* pixels,
|
| - const gfx::Rect& rect_in_device_viewport);
|
| -
|
| void FinishAllRendering();
|
|
|
| void SetDeferCommits(bool defer_commits);
|
|
|