| 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 97aec83dc0c59ed10bcc9db8ac71271046d7381b..75fc5456b75c6b1c84bff233896bfdcf05275d01 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -119,6 +119,7 @@ public:
|
| BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| + BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|