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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp

Issue 2793233002: Remove begin/end subseq. display items, and store on PaintController instead. (Closed)
Patch Set: none Created 3 years, 8 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/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,

Powered by Google App Engine
This is Rietveld 408576698