| 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 3844a844ee9e6c0685ae6b08100c798ad1dcc44b..5af40ee75b8f572a712895b9877d7cfba09e8be1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -59,6 +59,7 @@ struct RendererCapabilitiesImpl;
|
| // LayerTreeHost->Proxy callback interface.
|
| class LayerTreeHostImplClient {
|
| public:
|
| + virtual void UpdateRendererCapabilitiesOnImplThread() = 0;
|
| virtual void DidLoseOutputSurfaceOnImplThread() = 0;
|
| virtual void DidSwapBuffersOnImplThread() = 0;
|
| virtual void OnSwapBuffersCompleteOnImplThread() = 0;
|
|
|