| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 16b15102450e58dc0a4a6e53f6bbda190dc9d32b..77b71b23539322803820c8ccb8ac4ed4520aed29 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -105,6 +105,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableSessionStorage(bool);
|
|
|
| + BLINK_EXPORT static void enableSlimmingPaint(bool);
|
| +
|
| BLINK_EXPORT static void enableTouch(bool);
|
|
|
| BLINK_EXPORT static void enableTouchIconLoading(bool);
|
|
|