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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.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/LayoutBoxModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
index c604e0f95533ba582c3a0e5f73d4faca0f6a96e5..1dcec092b14577842079cc4a8589d48d79caf72b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -155,8 +155,8 @@ class CORE_EXPORT LayoutBoxModelObject : public LayoutObject {
LayoutSize offsetForInFlowPosition() const;
// IE extensions. Used to calculate offsetWidth/Height. Overridden by inlines
- // (LayoutInline) to return the remaining width on a given line (and the height
- // of a single line).
+ // (LayoutInline) to return the remaining width on a given line (and the
+ // height of a single line).
virtual LayoutUnit offsetLeft(const Element*) const;
virtual LayoutUnit offsetTop(const Element*) const;
virtual LayoutUnit offsetWidth() const = 0;

Powered by Google App Engine
This is Rietveld 408576698