Index: third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h |
index 80ec78512f99d66e0b5eeca8236732157745920f..8e0667b32cb1d8c6975284152d42b50ef5a7c601 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h |
@@ -71,7 +71,8 @@ class PLATFORM_EXPORT ClipPaintPropertyNode |
bool operator==(const ClipPaintPropertyNode& o) const { |
return m_parent == o.m_parent && |
m_localTransformSpace == o.m_localTransformSpace && |
- m_clipRect == o.m_clipRect; |
+ m_clipRect == o.m_clipRect && |
+ m_directCompositingReasons == o.m_directCompositingReasons; |
} |
#endif |