Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 88ee98c17173847579862c3494423485d3e5c81e..f3882d25953526de746dd07e07f4b7d7641aafef 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -906,4 +906,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 |