| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 565e521b2abee091f5ba1af846f8ab2a27b12e65..23f9e289cc290de4c9cac066c45e0070ad5b5feb 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -2555,6 +2555,7 @@ class CanvasRenderingContext2D extends CanvasRenderingContext {
|
| /** Deprecated always returns 1.0 */
|
| @DomName('CanvasRenderingContext2D.webkitBackingStorePixelRation')
|
| @Experimental()
|
| + @deprecated
|
| double get backingStorePixelRatio => 1.0;
|
| }
|
|
|
|
|