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

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

Issue 338863002: Switch to the new SkCanvas::willSave() API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased layer-canvas-log-expected.txt Created 6 years, 6 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/platform/graphics/GraphicsContextRecorder.cpp » ('j') | 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 47e249c094e1a2a968917b7363084f7c01e5f0b8..7147908335499bb02373c830ff7112966856869a 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
+++ b/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
@@ -4,7 +4,6 @@ Canvas log:
0 : {
method : "save"
params : {
- saveFlags : "kMatrix_SaveFlag kClip_SaveFlag "
}
}
1 : {
@@ -149,7 +148,6 @@ Canvas log:
4 : {
method : "save"
params : {
- saveFlags : "kMatrix_SaveFlag kClip_SaveFlag "
}
}
5 : {
@@ -175,7 +173,6 @@ Canvas log:
7 : {
method : "save"
params : {
- saveFlags : "kMatrix_SaveFlag kClip_SaveFlag "
}
}
8 : {
@@ -210,7 +207,7 @@ Canvas log:
textSize : 12
textSkewX : 0
}
- saveFlags : "kMatrix_SaveFlag kClip_SaveFlag kHasAlphaLayer_SaveFlag kFullColorLayer_SaveFlag kClipToLayer_SaveFlag "
+ saveFlags : "kHasAlphaLayer_SaveFlag kFullColorLayer_SaveFlag kClipToLayer_SaveFlag "
}
}
}
« no previous file with comments | « no previous file | Source/platform/graphics/GraphicsContextRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698