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

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: Created 8 years, 2 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 9570cff73aca195842c58676d3440dfc7da5c827..9b277052c9ffae4b6d511c723bdbcb5bfc011bf6 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -235,6 +235,8 @@ extern const char kUseSystemSSL[];
extern const char kEnablePerTilePainting[];
+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