Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index 09592bc2cfac2684a759c2716a11b7ba08b12758..be3a1ec11b17dccf642b7eac2167df57dabfe119 100644 |
| --- a/cc/trees/proxy.h |
| +++ b/cc/trees/proxy.h |
| @@ -36,8 +36,6 @@ class CC_EXPORT Proxy { |
| public: |
| virtual ~Proxy() {} |
| - virtual void FinishAllRendering() = 0; |
| - |
| virtual bool IsStarted() const = 0; |
| virtual bool CommitToActiveTree() const = 0; |