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

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

Issue 2671853003: [SPInvalidation] Use GeometryMapper in PaintLayerClipper for paint. (Closed)
Patch Set: Merge branch 'master' into paintlayerclipper Created 3 years, 10 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/PaintLayerClipper.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
index de1ed707edc3cddde2eee787e95c02de6667da6d..87d409de78d721b1c3e255034868a8dec739476f 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
@@ -172,7 +172,7 @@ class CORE_EXPORT PaintLayerClipper {
DISALLOW_NEW();
public:
- explicit PaintLayerClipper(const PaintLayer&, bool useGeometryMapper);
+ explicit PaintLayerClipper(const PaintLayer&, GeometryMapper*);
void clearClipRectsIncludingDescendants();
void clearClipRectsIncludingDescendants(ClipRectsCacheSlot);
@@ -235,7 +235,7 @@ class CORE_EXPORT PaintLayerClipper {
ClipRect&) const;
const PaintLayer& m_layer;
- std::unique_ptr<GeometryMapper> m_geometryMapper;
+ GeometryMapper* m_geometryMapper;
friend class PaintLayerClipperTest;
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayer.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698