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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.h

Issue 2539713004: Update layout location documentation to reflect renames. (Closed)
Patch Set: Created 4 years, 1 month 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/line/InlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
index 54b2c9cfba336e3967b417412e04828304333abd..95b6c6a3508c5a7c53cc662a9117eb1280326bcb 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
@@ -220,7 +220,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
// x() is the location of the box in the containing block's "physical
// coordinates with flipped block-flow direction".
- // See../README.md#Coordinate-Spaces for the definition.
+ // See ../README.md#Coordinate-Spaces for the definition.
void setX(LayoutUnit x) { m_location.setX(x); }
LayoutUnit x() const { return m_location.x(); }

Powered by Google App Engine
This is Rietveld 408576698