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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index bbe0d6b5a6b58c0d8220c00ddff01781019896fc..5ec6760ebd60fa508c33d54f81dbf24cc6c3b701 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -285,6 +285,8 @@ CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
+CONTENT_EXPORT extern const char kAllowFiltersOverIPC[];
+
} // namespace switches
#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698