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 56bf5edbf0003431817a48a603f76f2bec057675..559d414fbee50e3aaf2fa072f17ce0d89b870dfb 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
@@ -288,6 +288,7 @@ public: |
// flipped for right-to-left text. |
void logicalRectToPhysicalRect(LayoutRect&) const; |
+ // TODO(szager): The Rect versions should return a rect, not modify the argument. |
void flipForWritingMode(FloatRect&) const; |
FloatPoint flipForWritingMode(const FloatPoint&) const; |
void flipForWritingMode(LayoutRect&) const; |