| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 3733fb1c4ce76f1c1ecd12bc654cecacb6c2b779..0bd0ac1f03bec7bad25d824c8fb2d7e12465b85b 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -132,7 +132,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| int minimum_accelerated_2d_canvas_size;
|
| bool disable_2d_canvas_copy_on_write;
|
| bool antialiased_2d_canvas_disabled;
|
| - bool antialiased_clips_2d_canvas_enabled;
|
| + bool antialiased_clips_2d_canvas_disabled;
|
| int accelerated_2d_canvas_msaa_sample_count;
|
| bool accelerated_filters_enabled;
|
| bool deferred_filters_enabled;
|
|
|