Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: third_party/WebKit/Source/core/paint/BoxClipper.h

Issue 1652313003: [SPv2] Hookup overflow clip/scroll property nodes for normal flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chunk_property_hookup_4
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/paint/BlockPainter.cpp ('k') | third_party/WebKit/Source/core/paint/BoxClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698