| Index: cc/proxy.h
|
| diff --git a/cc/proxy.h b/cc/proxy.h
|
| index 5dcaa33936153c95cdb0b29837b628237e286a26..bbf82cf12bee5c5ec8faf3765be6d731ad64e774 100644
|
| --- a/cc/proxy.h
|
| +++ b/cc/proxy.h
|
| @@ -22,7 +22,6 @@ class Vector2d;
|
| namespace cc {
|
|
|
| class Thread;
|
| -struct RenderingStats;
|
| struct RendererCapabilities;
|
|
|
| // Abstract class responsible for proxying commands from the main-thread side of
|
| @@ -78,8 +77,6 @@ class CC_EXPORT Proxy {
|
| // Returns false if the renderer couldn't be reinitialized.
|
| virtual bool RecreateOutputSurface() = 0;
|
|
|
| - virtual void GetRenderingStats(RenderingStats* stats) = 0;
|
| -
|
| virtual const RendererCapabilities& GetRendererCapabilities() const = 0;
|
|
|
| virtual void SetNeedsAnimate() = 0;
|
|
|