| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 0049472fdf545a03d42deb190cae0745f25b5326..9ef254156be67a48cac7a3a3cfdd8d2d77982b1b 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -69,6 +69,9 @@ public:
|
| BLINK_EXPORT static void enableExperimentalCanvasFeatures(bool);
|
| BLINK_EXPORT static bool isExperimentalCanvasFeaturesEnabled();
|
|
|
| + BLINK_EXPORT static void enableFastTextAutosizing(bool);
|
| + BLINK_EXPORT static bool isFastTextAutosizingEnabled();
|
| +
|
| BLINK_EXPORT static void enableFileSystem(bool);
|
| BLINK_EXPORT static bool isFileSystemEnabled();
|
|
|
|
|