| Index: third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| index e9533d8c4c1695bb69199edb29b7da22cbc268b3..3b15334881a06b408d22d3c5e17f08e164a85a38 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| @@ -77,6 +77,10 @@ const static float kTestEpsilon = 1e-6;
|
| inputRect, localPropertyTreeState, \
|
| ancestorPropertyTreeState, success)); \
|
| EXPECT_TRUE(success); \
|
| + FloatRect mappedClip = geometryMapper->localToAncestorClipRect( \
|
| + localPropertyTreeState, ancestorPropertyTreeState, success); \
|
| + EXPECT_TRUE(success); \
|
| + EXPECT_RECT_EQ(expectedClipInAncestorSpace, mappedClip); \
|
| EXPECT_RECT_EQ(expectedVisualRect, \
|
| geometryMapper->mapToVisualRectInDestinationSpace( \
|
| inputRect, localPropertyTreeState, \
|
|
|