Chromium Code Reviews| 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 { |