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[]; |
Pawel Osciak
2012/11/06 19:26:17
Wrap in #if defined for ARMEL/CHROMEOS? If not it'
sheu
2012/11/08 21:16:31
Done.
Pawel Osciak
2012/11/13 18:10:39
Hm, although I think we might prefer #if ARMEL. I
|
+ |
#if defined(USE_AURA) |
CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; |
CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; |