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

Unified Diff: LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state.html

Issue 238263005: Unprefix webkitImageSmoothingEnabled -> imageSmoothingEnabled. As webkitImageSmoothingEnabled is re… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing some errors Created 6 years, 8 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: LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state.html
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state.html b/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state.html
index 518d885216020fdd9e86409a42902868408151ad..f42101f2ff8640c93a986e5e8b964ba2e00b92a4 100644
--- a/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state.html
+++ b/LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state.html
@@ -33,7 +33,7 @@ function doCanvasCalls()
context.strokeStyle = "rgb(101, 102, 103)";
context.textAlign = "left";
context.textBaseline = "middle";
- context.webkitImageSmoothingEnabled = false;
+ context.imageSmoothingEnabled = false;
context.setLineDash([3,4]);
}
« no previous file with comments | « LayoutTests/fast/harness/results.html ('k') | LayoutTests/inspector/profiler/canvas2d/canvas-get-resource-state-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698