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

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

Issue 11198060: VDA implementation for Exynos, using V4L2 (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Final? Created 8 years, 1 month 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 a144e72aad7c93fd999d5941ab9a897ac6323e1b..df06ebbcb4d363de4cd03900307a91cfb61b6f01 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -237,6 +237,8 @@ extern const char kUseSystemSSL[];
extern const char kDisableCarbonInterposing[];
#endif
+extern const char kUseExynosVda[];
+
#if defined(USE_AURA)
CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];

Powered by Google App Engine
This is Rietveld 408576698