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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2204503002: ResizeObserver pt6: integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test for moving dom inside eventloop Created 4 years, 4 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/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 2087bfe2ebb632c072dd36eb436ea0e5be315592..bfef706076be71a277094007b62c0c4ba2c504ba 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -778,6 +778,7 @@ private:
void updateViewportIntersectionIfNeeded();
void notifyRenderThrottlingObservers();
void updateThrottlingStatus();
+ void notifyResizeObserver();
// PaintInvalidationCapableScrollableArea
LayoutScrollbarPart* resizer() const override { return nullptr; }

Powered by Google App Engine
This is Rietveld 408576698