| 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 62a633d7fe57c488b24f1c4f69326da0d1190cdd..57261f4dd7f43656fff7dd6d66debf62818f5c6b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
|
| @@ -740,7 +740,7 @@ TEST_F(GeometryMapperTest, SiblingTransformsWithClip) {
|
| FloatRect expectedClipped = rotateTransform1.inverse().mapRect(
|
| rotateTransform2.mapRect(FloatRect(10, 10, 70, 70)));
|
|
|
| - // sourceToDestinationVisualRect ignores clip from the common ancestor to
|
| + // sourceToDestinationVisualRect ignores clipt from the common ancestor to
|
| // destination.
|
| result = input;
|
| geometryMapper->sourceToDestinationVisualRect(transform2AndClipState,
|
|
|