| Index: third_party/WebKit/Source/core/frame/VisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| index 06d54456be592c8c4ed5f8fa1112da94d6859a3b..5e672ec2008b3aad83120c72c811018799e3a827 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -225,7 +225,8 @@ private:
|
|
|
| void updateStyleAndLayoutIgnorePendingStylesheets();
|
|
|
| - void enqueueChangedEvent();
|
| + void enqueueScrollEvent();
|
| + void enqueueResizeEvent();
|
|
|
| // GraphicsLayerClient implementation.
|
| bool needsRepaint(const GraphicsLayer&) const { ASSERT_NOT_REACHED(); return true; }
|
|
|