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

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

Issue 2547013002: Add Intel macOS workaround for WebGL2 canvas_sub_rectangle tests (Closed)
Patch Set: add comments Created 4 years 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.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index 64eafb6ddc68b47455b8ad2143f2bdc801ea7262..71dfa1b15d0e957a9ed66c5d693acc5f91a81cea 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -118,6 +118,7 @@ WebPreferences::WebPreferences()
container_culling_enabled(false),
allow_running_insecure_content(false),
disable_reading_from_canvas(false),
+ force_redundant_2d_canvas_copy(false),
strict_mixed_content_checking(false),
strict_powerful_feature_restrictions(false),
allow_geolocation_on_insecure_origins(false),

Powered by Google App Engine
This is Rietveld 408576698