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

Unified Diff: third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp

Issue 2812593003: Remove caching of contents paint properties (Closed)
Patch Set: Address reviewer comments 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/core/layout/VisualRectMappingTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
index e98f8255034cebe1f1fc902323ac59e80c95ca2a..398740046333a759ee862b6c89d146f580adaa3a 100644
--- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
+++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
@@ -45,7 +45,7 @@ class VisualRectMappingTest : public RenderingTest {
if (object.PaintProperties() || object.LocalBorderBoxProperties()) {
geometry_mapper_rect.MoveBy(FloatPoint(object.PaintOffset()));
GeometryMapper::SourceToDestinationVisualRect(
- *object.LocalBorderBoxProperties(), *ancestor.ContentsProperties(),
+ *object.LocalBorderBoxProperties(), ancestor.ContentsProperties(),
geometry_mapper_rect);
geometry_mapper_rect.MoveBy(-FloatPoint(ancestor.PaintOffset()));
}

Powered by Google App Engine
This is Rietveld 408576698