| Index: third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/platform/WebRuntimeFeatures.h b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| index 2c9efecfda72265f2fd1e22414ee46c96d8d1aaa..c78c7a1ae6d3c685d733c8734f0011d780b6e1a6 100644
|
| --- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
|
| @@ -61,6 +61,8 @@ class WebRuntimeFeatures {
|
| BLINK_PLATFORM_EXPORT static void EnableCompositedSelectionUpdate(bool);
|
| BLINK_PLATFORM_EXPORT static bool IsCompositedSelectionUpdateEnabled();
|
|
|
| + BLINK_PLATFORM_EXPORT static void EnableCompositorTouchAction(bool);
|
| +
|
| BLINK_PLATFORM_EXPORT static void EnableDisplayList2dCanvas(bool);
|
| BLINK_PLATFORM_EXPORT static void ForceDisplayList2dCanvas(bool);
|
| BLINK_PLATFORM_EXPORT static void ForceDisable2dCanvasCopyOnWrite(bool);
|
|
|