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

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

Issue 1463923004: Revert of Fix Skia Depsroll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt b/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
index cf83f08d63345ad954a5a922cfee036193c40f7e..4ff3282ae75308b010e50817aaccc65b18797215 100644
--- a/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
@@ -113,10 +113,19 @@
method : "save"
}
6 : {
- method : "translate"
+ method : "setMatrix"
params : {
- dx : 0
- dy : 71
+ matrix : [
+ 1
+ 0
+ 0
+ 0
+ 1
+ 71
+ 0
+ 0
+ 1
+ ]
}
}
7 : {
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698