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

Unified Diff: cc/surfaces/display.cc

Issue 334133002: cc: Support on demand raster with ganesh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests Created 6 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
Index: cc/surfaces/display.cc
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
index a39695f573221ce4f13b924adbb76dc4c0d955e3..5babd3884e7f7f47d3647b2d1fbe687be9ce45b5 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -157,6 +157,10 @@ SurfaceId Display::CurrentSurfaceId() {
return current_surface_ ? current_surface_->surface_id() : SurfaceId();
}
+bool Display::UseTaskGraphRunnerForOnDemandRaster() {
+ return true;
+}
+
void Display::ReturnResources(const ReturnedResourceArray& resources) {
}

Powered by Google App Engine
This is Rietveld 408576698