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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp

Issue 2623823002: Rename and change parameter type of some GeometryMapper methods (Closed)
Patch Set: Swap local and ancestor parameters in ancestorToLocalRect(). 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/core/paint/PaintPropertyTreeBuilderTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
index 76339c18e9f23969b9a83b58501c3c737cf9be1a..195f5a9b6c1b9f40696a6e092a5554d94ed17a0b 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
@@ -80,7 +80,7 @@ void PaintPropertyTreeBuilderTest::TearDown() {
auto contentsProperties = \
(ancestorLayoutObject)->paintProperties()->contentsProperties(); \
LayoutRect actual = \
- LayoutRect(geometryMapper.mapToVisualRectInDestinationSpace( \
+ LayoutRect(geometryMapper.sourceToDestinationVisualRect( \
FloatRect(source), *(sourceLayoutObject) \
->paintProperties() \
->localBorderBoxProperties(), \

Powered by Google App Engine
This is Rietveld 408576698