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

Unified Diff: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt

Issue 301843002: Store repaint rects in the coordinate space of their backing GraphicsLayer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Changed name. Created 6 years, 7 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
« no previous file with comments | « no previous file | Source/core/rendering/LayoutRepainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
diff --git a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
index 5a8c8c4eed4ebb9ba622d09f9c044ddb5b1624a7..e53127f768710359e6ef550533733d1f870afb9c 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -55,9 +55,10 @@ CASE 2, overlap3 gets added:
(bounds 260.00 260.00)
(drawsContent 1)
(repaint rects
- (rect 160.00 160.00 20.00 20.00)
(rect 80.00 80.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
+ (rect 0.00 0.00 100.00 100.00)
+ (rect 0.00 0.00 100.00 100.00)
)
)
)
@@ -91,6 +92,7 @@ CASE 3, overlap2 gets removed. Since this does not resize the layer, there shoul
(repaint rects
(rect 160.00 160.00 100.00 100.00)
(rect 80.00 80.00 100.00 100.00)
+ (rect 0.00 0.00 100.00 100.00)
)
)
)
@@ -158,7 +160,8 @@ CASE 5, overlap2 gets added back:
(drawsContent 1)
(repaint rects
(rect 0.00 0.00 100.00 100.00)
- (rect 0.00 0.00 20.00 20.00)
+ (rect 0.00 0.00 100.00 100.00)
+ (rect 0.00 0.00 100.00 100.00)
)
)
)
@@ -196,7 +199,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
(rect 80.00 80.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
- (rect 0.00 0.00 20.00 20.00)
+ (rect 0.00 0.00 100.00 100.00)
)
)
)
« no previous file with comments | « no previous file | Source/core/rendering/LayoutRepainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698