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

Unified Diff: content/public/common/web_preferences.h

Issue 2893243003: color: Add ColorCanvasExtensions runtime flag (Closed)
Patch Set: Fix logic error in ImageBitmap Created 3 years, 7 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
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index bcceb6b29e3b441f67e053ac7543cc51b4fa7676..6d08c2ee150ee835ff621bc967f65590a80000a6 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -175,8 +175,8 @@ struct CONTENT_EXPORT WebPreferences {
int available_hover_types;
ui::HoverType primary_hover_type;
bool sync_xhr_in_documents_enabled;
+ bool color_canvas_extensions_enabled = false;
bool color_correct_rendering_enabled = false;
- bool color_correct_rendering_default_mode_enabled = false;
bool should_respect_image_orientation;
int number_of_cpu_cores;
EditingBehavior editing_behavior;

Powered by Google App Engine
This is Rietveld 408576698