| 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 0eb3e5b336086bc922016546608f62ecc2aa6743..56fb65acf727dfaba2630cad2109fcd3fbf18bb7 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -128,6 +128,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableWebGLImageChromium(bool);
|
| BLINK_EXPORT static void enableWebUsb(bool);
|
| BLINK_EXPORT static void enableWebVR(bool);
|
| + BLINK_EXPORT static void enableWebVrGestureRequirement(bool);
|
| BLINK_EXPORT static void enableXSLT(bool);
|
| BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
|
|