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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 1139063002: cc: Partial tile update for one-copy raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: monocle: tilemanagerconsistency Created 5 years, 7 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
Index: content/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index a29312fa8a5f6d7d7c86062bf32730dd68b353a2..0a07ccea7ac97f43d92cf0e9cc166f99f8d60002 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -48,6 +48,10 @@ bool FakeCompositorDependencies::IsOneCopyEnabled() {
return false;
}
+bool FakeCompositorDependencies::HavePersistentGpuMemoryBuffers() {
+ return false;
+}
+
bool FakeCompositorDependencies::IsElasticOverscrollEnabled() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698