Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 9c24162b27121097b1c574c4aa19578403047975..be1c22bb367de4edea15aee49bc0f3779831bfac 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -28,14 +28,6 @@ bool FakeProxy::BeginMainFrameRequested() const { return false; } |
bool FakeProxy::CommitRequested() const { return false; } |
-size_t FakeProxy::MaxPartialTextureUpdates() const { |
- return max_partial_texture_updates_; |
-} |
- |
-void FakeProxy::SetMaxPartialTextureUpdates(size_t max) { |
- max_partial_texture_updates_ = max; |
-} |
- |
bool FakeProxy::SupportsImplScrolling() const { return false; } |
bool FakeProxy::MainFrameWillHappenForTesting() { |