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

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: Skia API changes Created 7 years, 4 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 a4852d5496ab66eaa3ac9b5270507f141d826058..485724a1f49618fc76f8ed4925faa1cb8988faff 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -281,6 +281,8 @@ CONTENT_EXPORT extern const char kTestCompositor[];
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).
+CONTENT_EXPORT extern const char kAllowFiltersOverIPC[];
+
} // namespace switches
#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698