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

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

Issue 2393673004: reflow comments in core/layout/compositing,core/observer (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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/ResizeObserverController.cpp ('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.h
diff --git a/third_party/WebKit/Source/core/observer/ResizeObserverEntry.h b/third_party/WebKit/Source/core/observer/ResizeObserverEntry.h
index 9a2f0d24870cbf0dfaa6664a17e0e4e98c2c3f97..8086c25d4842dca23ed17e896cadeda6d163a2fb 100644
--- a/third_party/WebKit/Source/core/observer/ResizeObserverEntry.h
+++ b/third_party/WebKit/Source/core/observer/ResizeObserverEntry.h
@@ -23,7 +23,8 @@ class ResizeObserverEntry final : public GarbageCollected<ResizeObserverEntry>,
ResizeObserverEntry(Element* target, const LayoutRect& contentRect);
Element* target() const { return m_target; }
- // FIXME(atotic): should return DOMRectReadOnly once https://crbug.com/388780 lands
+ // FIXME(atotic): should return DOMRectReadOnly once https://crbug.com/388780
+ // lands
ClientRect* contentRect() const { return m_contentRect; }
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/observer/ResizeObserverController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698