Chromium Code Reviews| Index: cc/output/renderer.h |
| diff --git a/cc/output/renderer.h b/cc/output/renderer.h |
| index 4b4eebdbc559f32f6a2b9287fff256b6f4c117fa..14fc6413f996d019f3601469c8841f2857128eb8 100644 |
| --- a/cc/output/renderer.h |
| +++ b/cc/output/renderer.h |
| @@ -33,6 +33,7 @@ struct RendererCapabilitiesImpl { |
| bool avoid_pow2_textures; |
| bool using_map_image; |
| bool using_discard_framebuffer; |
| + bool allow_rasterize_on_demand; |
| RendererCapabilities MainThreadCapabilities() const; |
| }; |