| 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 255128b04b45df40ed030df1886a1f434b2126ac..9bb6638bdf1827553569428b0fd2aebc939a0ce6 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 BeginImplFrame(const BeginFrameArgs& args) = 0;
|
|
|