| Index: public/webpage/WebRuntimeFeatures.h
|
| diff --git a/public/webpage/WebRuntimeFeatures.h b/public/webpage/WebRuntimeFeatures.h
|
| index 380a97ef9a76536b7430756c02bcfccb2dab78c0..62a539d9a0ed6d3935b838440f3d8962770e50ed 100644
|
| --- a/public/webpage/WebRuntimeFeatures.h
|
| +++ b/public/webpage/WebRuntimeFeatures.h
|
| @@ -211,6 +211,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();
|
| };
|
|
|