| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| index 7efe2b45dc2ac8404aca938701e40ec4a65de0ba..cf3969992663843b7a28013f1d4a2be034c92705 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -235,7 +235,8 @@ TimerThrottlingForHiddenFrames status=stable
|
| // Many websites disable mouse support when touch APIs are available. We'd
|
| // like to enable this always but can't until more websites fix this bug.
|
| // Chromium sets this conditionally (eg. based on the presence of a
|
| -// touchscreen) in ApplyWebPreferences.
|
| +// touchscreen) in ApplyWebPreferences. "Touch events" themselves are always
|
| +// enabled since they're a feature always supported by Chrome.
|
| TouchEventAPI status=stable
|
| TraceWrappables
|
| TrueColorRendering status=experimental, settable_from_internals=True
|
|
|