Index: third_party/WebKit/Source/core/layout/ClipRects.h |
diff --git a/third_party/WebKit/Source/core/layout/ClipRects.h b/third_party/WebKit/Source/core/layout/ClipRects.h |
index a2ab3c05cf3022dafb410425b56a76826f1ed5d2..47d9b5a9689242042e011b0ea40cf526b0b85d4e 100644 |
--- a/third_party/WebKit/Source/core/layout/ClipRects.h |
+++ b/third_party/WebKit/Source/core/layout/ClipRects.h |
@@ -76,6 +76,8 @@ public: |
&& fixed() == other.fixed(); |
} |
+ bool operator!=(const ClipRects& other) const { return !(*this == other); } |
+ |
ClipRects& operator=(const ClipRects& other) |
{ |
m_overflowClipRect = other.overflowClipRect(); |