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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbar.h

Issue 2400863005: Reformat comments in core/layout up until LayoutTableRow (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/layout/LayoutScrollbar.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
index b98b8ef8b88421aa203e47d1099a5cb00f290355..2752b5bce58067fa0462917679365839deb9c9e0 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
@@ -92,10 +92,12 @@ class LayoutScrollbar final : public Scrollbar {
PassRefPtr<ComputedStyle> getScrollbarPseudoStyle(ScrollbarPart, PseudoId);
void updateScrollbarPart(ScrollbarPart, bool destroy = false);
- // This Scrollbar(Widget) may outlive the DOM which created it (during tear down),
- // so we keep a reference to the Node which caused this custom scrollbar creation.
- // This will not create a reference cycle as the Widget tree is owned by our containing
- // FrameView which this Node pointer can in no way keep alive. See webkit bug 80610.
+ // This Scrollbar(Widget) may outlive the DOM which created it (during tear
+ // down), so we keep a reference to the Node which caused this custom
+ // scrollbar creation.
+ // This will not create a reference cycle as the Widget tree is owned by our
+ // containing FrameView which this Node pointer can in no way keep alive.
+ // See webkit bug 80610.
Member<Node> m_owner;
Member<LocalFrame> m_owningFrame;

Powered by Google App Engine
This is Rietveld 408576698