| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index be3a1ec11b17dccf642b7eac2167df57dabfe119..54a3770fcb515352dbe01acb98a320bf587c6fb4 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -28,7 +28,6 @@ class BeginFrameSource;
|
| class LayerTreeDebugState;
|
| class LayerTreeMutator;
|
| class OutputSurface;
|
| -struct RendererCapabilities;
|
|
|
| // Abstract interface responsible for proxying commands from the main-thread
|
| // side of the compositor over to the compositor implementation.
|
| @@ -47,8 +46,6 @@ class CC_EXPORT Proxy {
|
|
|
| virtual void SetVisible(bool visible) = 0;
|
|
|
| - virtual const RendererCapabilities& GetRendererCapabilities() const = 0;
|
| -
|
| virtual void SetNeedsAnimate() = 0;
|
| virtual void SetNeedsUpdateLayers() = 0;
|
| virtual void SetNeedsCommit() = 0;
|
|
|