| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 8e2253a4f8f1a90886d8776c2b9e3047ad5aeaf6..902f37f98f93d99ccae64a341108492f9b6a62cf 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -120,6 +120,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableSlimmingPaintV2(bool);
|
|
|
| + BLINK_EXPORT static void enableBlinkSynchronizedPainting(bool);
|
| +
|
| BLINK_EXPORT static void enableTouch(bool);
|
|
|
| BLINK_EXPORT static void enableTouchIconLoading(bool);
|
|
|