Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 07c6ff3f3865619c9a7eff591fb6196382141527..2b3804b62dd9f7f027a5e246ae1761e8f74751a5 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -929,4 +929,7 @@ extern const char kTestCompositor[] = "test-compositor"; |
// Don't dump stuff here, follow the same order as the header. |
gab
2013/08/22 02:37:19
See this line.
New switches should be added in al
|
+// Allows filters (SkImageFilter objects) to be sent between processes over IPC |
+const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc"; |
+ |
} // namespace switches |