| Index: trunk/src/content/public/common/content_switches.cc
|
| ===================================================================
|
| --- trunk/src/content/public/common/content_switches.cc (revision 266575)
|
| +++ trunk/src/content/public/common/content_switches.cc (working copy)
|
| @@ -845,9 +845,9 @@
|
| const char kTouchAckTimeoutDelayMs[] = "touch-ack-timeout-delay-ms";
|
|
|
| const char kTouchScrollingMode[] = "touch-scrolling-mode";
|
| -const char kTouchScrollingModeAsyncTouchmove[] = "async-touchmove";
|
| +const char kTouchScrollingModeTouchcancel[] = "touchcancel";
|
| const char kTouchScrollingModeSyncTouchmove[] = "sync-touchmove";
|
| -const char kTouchScrollingModeTouchcancel[] = "touchcancel";
|
| +const char kTouchScrollingModeAbsorbTouchmove[] = "absorb-touchmove";
|
|
|
| // Causes TRACE_EVENT flags to be recorded beginning with shutdown. Optionally,
|
| // can specify the specific trace categories to include (e.g.
|
|
|