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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 302753005: 1985 no longer supports webkitBackingStorePixelRatio on CanvasRenderingContext2D (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index 6ef26f694da024e4f920bafd5d0581e51990dca4..d4353b38b95d62822d00468a8f5d4837c6ad1f4e 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -95,6 +95,9 @@ interface CanvasRenderingContext2D {
[Suppressed] void assert(boolean condition);
[Suppressed] attribute boolean webkitImageSmoothingEnabled;
+
+ // Removed in 1985.
+ [Suppressed] readonly attribute float webkitBackingStorePixelRatio;
};
[Supplemental]

Powered by Google App Engine
This is Rietveld 408576698