| 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 c1629a4d8b1c780278799bf1375ffbe2b3489aef..7acd5052d2df8648fd6f77548403d651fd60d3bf 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -61,6 +61,7 @@ class LayerTreeHostImplClient {
|
| public:
|
| virtual void UpdateRendererCapabilitiesOnImplThread() = 0;
|
| virtual void DidLoseOutputSurfaceOnImplThread() = 0;
|
| + virtual void SetMaxSwapsPending(int max) = 0;
|
| virtual void DidSwapBuffersOnImplThread() = 0;
|
| virtual void OnSwapBuffersCompleteOnImplThread() = 0;
|
| virtual void BeginFrame(const BeginFrameArgs& args) = 0;
|
|
|