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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h

Issue 2621243002: Fix paint offset and clips in SPv2 (Closed)
Patch Set: none Created 3 years, 11 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/platform/graphics/paint/GeometryMapper.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
index a39c75d1eca5c60a8def570548b692ada677e558..f3834a9ca2408af2d3b1070dd195f3b1b14d0985 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
@@ -160,6 +160,7 @@ class PLATFORM_EXPORT GeometryMapper {
const TransformPaintPropertyNode*);
friend class GeometryMapperTest;
+ friend class PaintLayerClipperTest;
HashMap<const TransformPaintPropertyNode*,
std::unique_ptr<PrecomputedDataForAncestor>>

Powered by Google App Engine
This is Rietveld 408576698