| 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 3c25dd573c587edbb4e252bb431b8c1e80a1e657..b824f4a051db4f092ad8ce2d790d9c4ed8484731 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -918,7 +918,8 @@ public:
|
| // Only one event for a target/event type combination will be dispatched per frame.
|
| void enqueueUniqueAnimationFrameEvent(Event*);
|
| void enqueueMediaQueryChangeListeners(HeapVector<Member<MediaQueryListListener>>&);
|
| - void enqueueVisualViewportChangedEvent();
|
| + void enqueueVisualViewportScrollEvent();
|
| + void enqueueVisualViewportResizeEvent();
|
|
|
| void dispatchEventsForPrinting();
|
|
|
|
|