| Index: cc/trees/layer_tree_host_client.h
|
| diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
|
| index bd185e87d1337d9d8d23bd80099d65bfee83b433..74dcbc0cff24631873737c4cdc42341e1051f4ed 100644
|
| --- a/cc/trees/layer_tree_host_client.h
|
| +++ b/cc/trees/layer_tree_host_client.h
|
| @@ -31,7 +31,7 @@ class LayerTreeHostClient {
|
| // Creates an OutputSurface. If fallback is true, it should attempt to
|
| // create an OutputSurface that is guaranteed to initialize correctly.
|
| virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) = 0;
|
| - virtual void DidInitializeOutputSurface(bool success) = 0;
|
| + virtual void DidInitializeOutputSurface() = 0;
|
| virtual void WillCommit() = 0;
|
| virtual void DidCommit() = 0;
|
| virtual void DidCommitAndDrawFrame() = 0;
|
|
|