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

Unified Diff: sky/tests/layout/ellipsis-expected.txt

Issue 964023002: Remove unused foregroundRect argument to RenderLayerClipper::calculateRects. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: sky/tests/layout/ellipsis-expected.txt
diff --git a/sky/tests/layout/ellipsis-expected.txt b/sky/tests/layout/ellipsis-expected.txt
index 49d181b8a0630b852e488ddc6d9e45e9a3f82e78..2d153be943609394d0932aae52649743ee98afe3 100644
--- a/sky/tests/layout/ellipsis-expected.txt
+++ b/sky/tests/layout/ellipsis-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
RenderView {#document} at (0,0) size 800x600
RenderBlock {sky} at (0,0) size 800x94
-layer at (0,0) size 56x69 clip at (3,3) size 50x63
+layer at (0,0) size 56x69
RenderBlock {div} at (0,0) size 56x69 [border: (3px solid #0000FF)]
RenderParagraph (anonymous) at (3,3) size 50x19
RenderText {#text} at (0,0) size 91x19
@@ -9,11 +9,11 @@ layer at (0,0) size 56x69 clip at (3,3) size 50x63
RenderParagraph (anonymous) at (3,47) size 50x19
RenderText {#text} at (0,0) size 94x19
text run at (0,0) width 94: "all ellipsize."
-layer at (3,22) size 56x25 backgroundClip at (3,22) size 50x25 clip at (6,25) size 47x19
+layer at (3,22) size 56x25 backgroundClip at (3,22) size 50x25
RenderParagraph {p} at (3,22) size 56x25 [border: (3px solid #FF0000)]
RenderText {#text} at (3,3) size 54x19
text run at (3,3) width 54: "should"
-layer at (0,69) size 56x25 clip at (3,72) size 50x19
+layer at (0,69) size 56x25
RenderParagraph {p} at (0,69) size 56x25 [border: (3px solid #FF0000)]
RenderInline {span} at (0,0) size 117x19
RenderText {#text} at (3,3) size 117x19

Powered by Google App Engine
This is Rietveld 408576698