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

Unified Diff: cc/output/renderer.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
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/software_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index c70220980842de7cf1341fa7b3b75d78437a7c32..52e09c9b4aad68a73da39566a4ee703306fa9f8b 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -40,6 +40,7 @@ struct RendererCapabilitiesImpl {
class CC_EXPORT RendererClient {
public:
virtual void SetFullRootLayerDamage() = 0;
+ virtual bool UseTaskGraphRunnerForOnDemandRaster() = 0;
reveman 2014/06/18 01:18:28 Would it be better to just have this take a resour
boliu 2014/06/18 02:02:36 Umm, not familiar with this area so not sure? Two
reveman 2014/06/18 04:17:24 SoftwareRenderer can use software resources, right
boliu 2014/06/18 16:41:11 Not webview's SoftwareRenderer I think? That one i
reveman 2014/06/19 04:23:27 Ok, in that case "RunOnDemandRasterTask(Task* on_d
};
class CC_EXPORT Renderer {
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/software_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698