| Index: sky/engine/platform/LengthBox.h
|
| diff --git a/sky/engine/platform/LengthBox.h b/sky/engine/platform/LengthBox.h
|
| index 74c45fb9da16598e2f1417aa1c81ed054d59f987..dd8a2cbb3222e009ee4cea08399682f636677717 100644
|
| --- a/sky/engine/platform/LengthBox.h
|
| +++ b/sky/engine/platform/LengthBox.h
|
| @@ -72,13 +72,13 @@ public:
|
| const Length& top() const { return m_top; }
|
| const Length& bottom() const { return m_bottom; }
|
|
|
| - const Length& logicalLeft(WritingMode) const;
|
| - const Length& logicalRight(WritingMode) const;
|
| + const Length& logicalLeft() const;
|
| + const Length& logicalRight() const;
|
|
|
| - const Length& before(WritingMode) const;
|
| - const Length& after(WritingMode) const;
|
| - const Length& start(WritingMode, TextDirection) const;
|
| - const Length& end(WritingMode, TextDirection) const;
|
| + const Length& before() const;
|
| + const Length& after() const;
|
| + const Length& start(TextDirection) const;
|
| + const Length& end(TextDirection) const;
|
|
|
| bool operator==(const LengthBox& o) const
|
| {
|
|
|