| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index d72cf5eeb900e3de2c4832ecce03c1e90cefbd1e..c904f87547a5eef1c4148e2eb2633812c6ebd15b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -4084,7 +4084,7 @@ void FrameView::positionScrollbarLayers() {
|
|
|
| bool FrameView::userInputScrollable(ScrollbarOrientation orientation) const {
|
| Document* document = frame().document();
|
| - Element* fullscreenElement = Fullscreen::fullscreenElementFrom(*document);
|
| + Element* fullscreenElement = Fullscreen::fullscreenElement(*document);
|
| if (fullscreenElement && fullscreenElement != document->documentElement())
|
| return false;
|
|
|
|
|