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

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

Issue 21271002: Added SkImageFilter serialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always Read/Write data, but ignore send/receive based on flag Created 7 years, 5 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/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 06f4645b9ba419def78c17e33bd9e6c576241304..2a1f96db2d855b3969a975709acfd6dfdcd59392 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -908,4 +908,7 @@ const char kDisableAcceleratedFixedRootBackground[] =
const char kEnableAcceleratedFixedRootBackground[] =
"enable-accelerated-fixed-root-background";
+// Allows filters (SkImageFilter objects) to be sent between processes over IPC
+const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698