Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5106)

Unified Diff: cc/test/fake_proxy.cc

Issue 1194743002: cc: Remove ResourceUpdateQueue and ResourceUpdateController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resourcequeue: header Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698