| 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
|
|
|