| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index bd2ccfe3f48c4ff476e2179a9f607a87ef5b9495..af7a9267711ace51b0396de7f786f11dd579df39 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -57,11 +57,6 @@ class CC_EXPORT Proxy {
|
|
|
| virtual void SetVisible(bool visible) = 0;
|
|
|
| - // Attempts to recreate the context and renderer synchronously after the
|
| - // output surface is lost. Calls
|
| - // LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted with the result.
|
| - virtual void CreateAndInitializeOutputSurface() = 0;
|
| -
|
| virtual const RendererCapabilities& GetRendererCapabilities() const = 0;
|
|
|
| virtual void SetNeedsAnimate() = 0;
|
|
|