Index: third_party/WebKit/Source/core/paint/BoxClipper.h |
diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.h b/third_party/WebKit/Source/core/paint/BoxClipper.h |
index 5d1efa78856702391e63f9b7625c0699651718a8..ea4b2554f479113a06d654d64627f21dff9d2f87 100644 |
--- a/third_party/WebKit/Source/core/paint/BoxClipper.h |
+++ b/third_party/WebKit/Source/core/paint/BoxClipper.h |
@@ -7,7 +7,9 @@ |
#include "platform/geometry/LayoutPoint.h" |
#include "platform/graphics/paint/DisplayItem.h" |
+#include "platform/graphics/paint/ScopedPaintChunkProperties.h" |
#include "wtf/Allocator.h" |
+#include "wtf/Optional.h" |
namespace blink { |
@@ -25,6 +27,8 @@ private: |
const LayoutBox& m_box; |
const PaintInfo& m_paintInfo; |
DisplayItem::Type m_clipType; |
+ |
+ Optional<ScopedPaintChunkProperties> m_scopedClipProperty; |
}; |
} // namespace blink |