| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| index 262a708ef65f8040d71702d78dfb11aebd2019d3..55900754df964206ebb191f7286067dce64d521c 100644
|
| --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| @@ -179,6 +179,9 @@ public:
|
| WEBKIT_EXPORT static void enableExperimentalCanvasFeatures(bool);
|
| WEBKIT_EXPORT static bool areExperimentalCanvasFeaturesEnabled();
|
|
|
| + WEBKIT_EXPORT static void enableAnimatedWebP(bool);
|
| + WEBKIT_EXPORT static bool isAnimatedWebPEnabled();
|
| +
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|