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

Unified Diff: third_party/WebKit/Source/core/observer/ResizeObserverEntry.cpp

Issue 2161313002: ResizeObserver implementation, part 2: lifetime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR fixes Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/core/observer/ResizeObserverEntry.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/observer/ResizeObserverEntry.cpp
diff --git a/third_party/WebKit/Source/core/observer/ResizeObserverEntry.cpp b/third_party/WebKit/Source/core/observer/ResizeObserverEntry.cpp
index 0a10d0a6e1b0002a85dfaea123241df984108095..e307b8d5e385706b0db70140eec35e6fd9872d6f 100644
--- a/third_party/WebKit/Source/core/observer/ResizeObserverEntry.cpp
+++ b/third_party/WebKit/Source/core/observer/ResizeObserverEntry.cpp
@@ -7,6 +7,8 @@
#include "core/dom/ClientRect.h"
#include "core/dom/DOMRectReadOnly.h"
#include "core/dom/Element.h"
+#include "core/layout/LayoutBox.h"
+#include "core/observer/ResizeObservation.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/observer/ResizeObserverEntry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698