Chromium Code Reviews

Unified Diff: cc/base/switches.h

Issue 25904004: Add --disable-compositor-touch-hit-testing flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable touch hit testing flag: fix uninitialized variable Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/base/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.h
diff --git a/cc/base/switches.h b/cc/base/switches.h
index 97fe833390c62f210c8c53d90e0059ca928c1109..ed6555a6e6f18c4d57023cf48896dd2023065c58 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -42,6 +42,7 @@ CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
CC_EXPORT extern const char kEnableMapImage[];
CC_EXPORT extern const char kDisableMapImage[];
CC_EXPORT extern const char kDisable4444Textures[];
+CC_EXPORT extern const char kDisableCompositorTouchHitTesting[];
// Switches for both the renderer and ui compositors.
CC_EXPORT extern const char kUIDisablePartialSwap[];
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/base/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine