| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index d2a8f3219aae466170394eb9c2d65da31d0a0f39..b908b037ed93c56053737274f4fc0c9487fc6a51 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -42,7 +42,6 @@ class FakeProxy : public Proxy {
|
| void Start() override {}
|
| void Stop() override {}
|
| void ForceSerializeOnSwapBuffers() override {}
|
| - size_t MaxPartialTextureUpdates() const override;
|
| bool SupportsImplScrolling() const override;
|
| void SetDebugState(const LayerTreeDebugState& debug_state) override {}
|
| bool MainFrameWillHappenForTesting() override;
|
| @@ -51,11 +50,9 @@ class FakeProxy : public Proxy {
|
| }
|
|
|
| virtual RendererCapabilities& GetRendererCapabilities();
|
| - void SetMaxPartialTextureUpdates(size_t max);
|
|
|
| private:
|
| RendererCapabilities capabilities_;
|
| - size_t max_partial_texture_updates_;
|
| LayerTreeHost* layer_tree_host_;
|
| };
|
|
|
|
|