Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
| diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
| index aa8da7411136da7dd842dd2fadc7371db60807da..679852c67e9c5b7758301da359517546fa6e8f76 100644 |
| --- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
| +++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
| @@ -39,14 +39,14 @@ class DocumentFullscreen { |
| public: |
| static bool fullscreenEnabled(Document&); |
| - static Element* fullscreenElement(Document&); |
| + static Element* webkitFullscreenElement(Document&); |
|
foolip
2016/10/10 12:13:40
If prefixed and unprefixed are kept in sync, these
|
| static void exitFullscreen(Document&); |
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenchange); |
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenerror); |
| // Mozilla version |
| - static Element* currentFullScreenElement(Document&); |
| + static Element* webkitCurrentFullScreenElement(Document&); |
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange); |
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror); |