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

Unified Diff: client/dom/frog/frog_dom.dart

Issue 8595020: Cleanup old code and refresh on IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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: client/dom/frog/frog_dom.dart
diff --git a/client/dom/frog/frog_dom.dart b/client/dom/frog/frog_dom.dart
index 71f07905c89241fcf1d0cd1a3bf3cfdc6f43d33f..a81408d5fd022aa23a959dff64d04d3bacfbac3a 100644
--- a/client/dom/frog/frog_dom.dart
+++ b/client/dom/frog/frog_dom.dart
@@ -294,7 +294,7 @@ class CanvasRenderingContext native "CanvasRenderingContext" {
class CanvasRenderingContext2D extends CanvasRenderingContext native "CanvasRenderingContext2D" {
- Dynamic fillStyle;
+ Object fillStyle;
String font;
@@ -318,7 +318,7 @@ class CanvasRenderingContext2D extends CanvasRenderingContext native "CanvasRend
num shadowOffsetY;
- Dynamic strokeStyle;
+ Object strokeStyle;
String textAlign;
« no previous file with comments | « no previous file | client/dom/generated/monkey_dom.js » ('j') | client/dom/generated/src/interface/CanvasRenderingContext2D.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698