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

Unified Diff: LayoutTests/inspector/layers/layer-canvas-log-expected.txt

Issue 656533002: Rebaseline inspector/layers/layer-canvas-log.html for SkRecord (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layers/layer-canvas-log-expected.txt
diff --git a/LayoutTests/inspector/layers/layer-canvas-log-expected.txt b/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
index 90ad4908876142eca72897b4e88b7cdc7d3c18d2..ee0b5a48043cb9de4abaf09104adef194e128902 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
+++ b/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
@@ -32,31 +32,7 @@ Canvas log:
}
}
10 : {
- method : "drawRect"
- params : {
- paint : {
- color : "#FF000000"
- filterLevel : "Low"
- flags : "AntiAlias"
- hinting : "Normal"
- strokeCap : "Butt"
- strokeJoin : "Miter"
- strokeMiter : 4
- strokeWidth : 0
- styleName : "Fill"
- textAlign : "Left"
- textEncoding : "UTF-8"
- textScaleX : 1
- textSize : 12
- textSkewX : 0
- }
- rect : {
- bottom : 10
- left : 0
- right : 10
- top : 0
- }
- }
+ method : "restore"
}
11 : {
method : "restore"
@@ -64,12 +40,6 @@ Canvas log:
12 : {
method : "restore"
}
- 13 : {
- method : "restore"
- }
- 14 : {
- method : "restore"
- }
2 : {
method : "drawRect"
params : {
@@ -160,10 +130,19 @@ Canvas log:
}
}
6 : {
- method : "translate"
+ method : "setMatrix"
params : {
- dx : 0
- dy : 71
+ matrix : [
+ 1
+ 0
+ 0
+ 0
+ 1
+ 71
+ 0
+ 0
+ 1
+ ]
}
}
7 : {
@@ -183,12 +162,12 @@ Canvas log:
}
}
9 : {
- method : "saveLayer"
+ method : "drawRect"
params : {
paint : {
color : "#7F000000"
- filterLevel : "None"
- flags : "none"
+ filterLevel : "Low"
+ flags : "AntiAlias"
hinting : "Normal"
strokeCap : "Butt"
strokeJoin : "Miter"
@@ -201,7 +180,12 @@ Canvas log:
textSize : 12
textSkewX : 0
}
- saveFlags : "kHasAlphaLayer_SaveFlag kFullColorLayer_SaveFlag kClipToLayer_SaveFlag "
+ rect : {
+ bottom : 10
+ left : 0
+ right : 10
+ top : 0
+ }
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698