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

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

Issue 2380933004: Update layout documentation re: coordinate systems and writing mode. (Closed)
Patch Set: Restore class header comment. Created 4 years, 3 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 5056ec97b002ea7b92fd4465db45dfc14781a35f..86c4b4c2035fa0814d6177a87004c9dfc988017a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -127,8 +127,8 @@ public:
// - physical coordinates with flipped block-flow direction: those are physical
// coordinates but we flipped the block direction. See
// LayoutBox::noOverflowRect.
-// TODO(jchaffraix): I don't fully understand why we need this coordinate
-// system someone should fill in those details.
+//
+// For more, see Source/core/layout/README.md ### Coordinate Spaces.
class CORE_EXPORT LayoutBoxModelObject : public LayoutObject {
public:
LayoutBoxModelObject(ContainerNode*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/README.md » ('j') | third_party/WebKit/Source/core/layout/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698