| Index: third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_units.h b/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| index 235bf802d0040eec8001b2adecbef7c87dfcccdb..5ccef6e45a8301288fedc5f15d81199c957ac48f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| @@ -105,6 +105,8 @@ struct NGPhysicalOffset {
|
|
|
| NGPhysicalOffset operator+(const NGPhysicalOffset& other) const;
|
| NGPhysicalOffset& operator+=(const NGPhysicalOffset& other);
|
| + NGPhysicalOffset operator-(const NGPhysicalOffset& other) const;
|
| + NGPhysicalOffset& operator-=(const NGPhysicalOffset& other);
|
| };
|
|
|
| struct NGPhysicalSize {
|
| @@ -310,7 +312,6 @@ struct CORE_EXPORT NGStaticPosition {
|
| static NGStaticPosition Create(NGWritingMode,
|
| TextDirection,
|
| NGPhysicalOffset);
|
| -
|
| // Left/Right/TopPosition functions map static position to
|
| // left/right/top edge wrt container space.
|
| // The function arguments are required to solve the equation:
|
|
|