| Index: public/webpage/WebRuntimeFeatures.h
|
| diff --git a/public/webpage/WebRuntimeFeatures.h b/public/webpage/WebRuntimeFeatures.h
|
| index fb91764226c7035d8c6b2c820756b345f894e18c..bb77dc5d0e71bc9bc91bb41676999ef4799b2751 100644
|
| --- a/public/webpage/WebRuntimeFeatures.h
|
| +++ b/public/webpage/WebRuntimeFeatures.h
|
| @@ -208,6 +208,9 @@ public:
|
| WEBKIT_EXPORT static void enableInputTypeColor(bool);
|
| WEBKIT_EXPORT static bool isInputTypeColorEnabled();
|
|
|
| + WEBKIT_EXPORT static void enableAnimatedWebP(bool);
|
| + WEBKIT_EXPORT static bool isAnimatedWebPEnabled();
|
| +
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|