| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 6037f0f6e73858ea0c847883a06d8fb35e67f5a5..a52ef144f260903b98d2b9a57938cc59705a9593 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -313,7 +313,6 @@ public:
|
| HeapVector<Member<Element>> elementsFromPoint(int x, int y) const;
|
| Range* caretRangeFromPoint(int x, int y);
|
| Element* scrollingElement();
|
| - VisualViewport* visualViewport();
|
|
|
| String readyState() const;
|
|
|
|
|