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

Unified Diff: Source/core/inspector/InjectedScriptCanvasModuleSource.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
Index: Source/core/inspector/InjectedScriptCanvasModuleSource.js
diff --git a/Source/core/inspector/InjectedScriptCanvasModuleSource.js b/Source/core/inspector/InjectedScriptCanvasModuleSource.js
index c0fef0050e94cfd4fe664c8cab5fa9f12f70e0ea..a0aed6e27132199432845e89da1dc1b5742fea08 100644
--- a/Source/core/inspector/InjectedScriptCanvasModuleSource.js
+++ b/Source/core/inspector/InjectedScriptCanvasModuleSource.js
@@ -3127,7 +3127,6 @@ CanvasRenderingContext2DResource.AttributeProperties = [
"textBaseline",
"lineDashOffset",
"imageSmoothingEnabled",
- "webkitImageSmoothingEnabled",
"webkitLineDash",
"webkitLineDashOffset"
];

Powered by Google App Engine
This is Rietveld 408576698