Chromium Code Reviews| Index: content/public/common/web_preferences.h |
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
| index b853dd3f2ee1305808b527895a4921e47645b4bf..b76702aa874fc0e7d597491401731e4f3e610b0d 100644 |
| --- a/content/public/common/web_preferences.h |
| +++ b/content/public/common/web_preferences.h |
| @@ -134,6 +134,7 @@ struct CONTENT_EXPORT WebPreferences { |
| bool antialiased_2d_canvas_disabled; |
| bool antialiased_clips_2d_canvas_enabled; |
| int accelerated_2d_canvas_msaa_sample_count; |
| + bool force_software_readback_from_2d_canvas; |
|
Zhenyao Mo
2016/11/17 22:46:05
initialize this in constructor
|
| bool accelerated_filters_enabled; |
| bool deferred_filters_enabled; |
| bool container_culling_enabled; |