Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2096783004: Seperate visualviewportchanged event into scroll and resize events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698