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

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

Issue 10790066: Enable gesture events handling on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added remaining flags and removed unnecessary comments Created 8 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 1f7197ce3c74f9c5b87fbfc55e5eb976d97d6e60..dab7c900e247ee5a38e46402153ba865c5ee4e2d 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -83,6 +83,7 @@ extern const char kDisableXSSAuditor[];
CONTENT_EXPORT extern const char kDomAutomationController[];
CONTENT_EXPORT extern const char kEnableAcceleratedPainting[];
CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
+extern const char kEnableAcceleratedPlugins[];
extern const char kEnableAccessibilityLogging[];
CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
extern const char kEnableCssRegions[];
@@ -199,6 +200,13 @@ CONTENT_EXPORT extern const char kFixedPositionCreatesStackingContext[];
extern const char kEnableVisualWordMovement[];
+#if defined(OS_ANDROID)
+extern const char kGraphicsMode[];
+// Not actual flags, just values: for example, --graphics-mode=compositor
+extern const char kGraphicsModeValueBasic[];
jochen (gone - plz use gerrit) 2012/07/19 14:50:06 are those values needed outside of content?
yusufo 2012/07/19 19:01:08 No, AFAIK they are used in content only. On 2012/
+extern const char kGraphicsModeValueCompositor[];
+#endif
+
#if defined(OS_POSIX) && !defined(OS_MACOSX)
extern const char kScrollPixels[];
#endif

Powered by Google App Engine
This is Rietveld 408576698