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

Unified Diff: cc/surfaces/display.h

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.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index 85b172ae8c503c00ccfbae4dbbd4f12e304302bf..d7c8acbf2d6d8253256e9ec07d3df346b00c42ef 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -64,6 +64,7 @@ class CC_SURFACES_EXPORT Display : public SurfaceClient,
// RendererClient implementation.
virtual void SetFullRootLayerDamage() OVERRIDE {}
+ virtual bool UseTaskGraphRunnerForOnDemandRaster() OVERRIDE;
// SurfaceClient implementation.
virtual void ReturnResources(const ReturnedResourceArray& resources) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698