| Index: third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h b/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
|
| index 8439d50e427674ac123b540cc2a99d51b0b7f3dc..c27a56950bde35a324ca04bec65b956faa87ce0c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
|
| @@ -38,7 +38,6 @@
|
| NGPhysicalSize inner_size) const;
|
|
|
| bool operator==(const NGLogicalOffset& other) const;
|
| - bool operator!=(const NGLogicalOffset& other) const;
|
|
|
| NGLogicalOffset operator+(const NGLogicalOffset& other) const;
|
| NGLogicalOffset& operator+=(const NGLogicalOffset& other);
|
|
|