Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 73d8e17e9f41de3829064accca051d01a8ea43d0..c9cb32734e31fdf7e94b36ea6a1a64139ac2e395 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -146,6 +146,8 @@ public: |
| WEBKIT_EXPORT static void enableInputModeAttribute(bool); |
| + WEBKIT_EXPORT static void enableOverlayFullscreenVideo(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |