| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index b40bb2f93e4cb442e01f5098555ceedad0753994..93f1cdb3ae4740688db8f338ee08fa1d446728c2 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -64,10 +64,6 @@ class CC_EXPORT Proxy {
|
|
|
| virtual void ReleaseOutputSurface() = 0;
|
|
|
| - // Indicates that the compositing surface associated with our context is
|
| - // ready to use.
|
| - virtual void SetLayerTreeHostClientReady() = 0;
|
| -
|
| virtual void SetVisible(bool visible) = 0;
|
|
|
| virtual void SetThrottleFrameProduction(bool throttle) = 0;
|
|
|