| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 6e886998dedd00de49a0eaf2a7bbd7888a75ad6c..11d49abc4b2aad49fb271a7384c77b740768c15c 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -117,7 +117,7 @@ public:
|
| BLINK_EXPORT static void enableXSLT(bool);
|
| BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
| -
|
| + BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|