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

Unified Diff: Tools/GardeningServer/scripts/pixelzoomer.js

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
« no previous file with comments | « Source/core/inspector/InjectedScriptCanvasModuleSource.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/pixelzoomer.js
diff --git a/Tools/GardeningServer/scripts/pixelzoomer.js b/Tools/GardeningServer/scripts/pixelzoomer.js
index 5d85fc5ce6674b20caf048703b8ed7d32619bcbd..5e63e9a1ee96b31a53d8a9c749b72fd25b0f9170 100644
--- a/Tools/GardeningServer/scripts/pixelzoomer.js
+++ b/Tools/GardeningServer/scripts/pixelzoomer.js
@@ -117,7 +117,6 @@ function draw(imageContainer)
canvas.height = imageContainer.clientHeight;
var ctx = canvas.getContext('2d');
- ctx.webkitImageSmoothingEnabled = false;
ctx.mozImageSmoothingEnabled = false;
ctx.imageSmoothingEnabled = false;
ctx.translate(imageContainer.clientWidth / 2, imageContainer.clientHeight / 2);
« no previous file with comments | « Source/core/inspector/InjectedScriptCanvasModuleSource.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698