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

Unified Diff: webkit/glue/webpreferences.h

Issue 11827002: Add a command-line flag to disable canvas antialiasing. This will be used to characterize performa… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Flip the chrome side code to use _disabled instead of _enabled. Created 7 years, 11 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 | « content/public/common/content_switches.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index f50734b6c7f60dff94399c141763e23ebcb10640..7c9022ec22c315bb0462b9b8e7bb52c1c459c3d9 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -120,6 +120,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool accelerated_compositing_for_video_enabled;
bool accelerated_2d_canvas_enabled;
bool deferred_2d_canvas_enabled;
+ bool antialiased_2d_canvas_disabled;
bool accelerated_painting_enabled;
bool accelerated_filters_enabled;
bool gesture_tap_highlight_enabled;
« no previous file with comments | « content/public/common/content_switches.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698