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

Unified Diff: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.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/canvas2d-api-changes.html
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
index 6d163b3a461e156019a1d15577d58302913d8549..e564c957b99ab7d538dcfaff41b782cea79b958e 100644
--- a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
+++ b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
@@ -27,7 +27,6 @@ CanvasRenderingContext2DResource.AttributeProperties = [
"textBaseline",
"lineDashOffset",
"imageSmoothingEnabled",
- "webkitImageSmoothingEnabled",
// FIXME: Temporary properties implemented in JSC, but not in V8.
"webkitLineDash",
"webkitLineDashOffset"

Powered by Google App Engine
This is Rietveld 408576698