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

Unified Diff: samples/solar/web/solar.dart

Issue 13726010: Rename context2d to context2D. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « runtime/bin/vmstats/bargraph.dart ('k') | samples/spirodraw/web/colorpicker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/solar/web/solar.dart
diff --git a/samples/solar/web/solar.dart b/samples/solar/web/solar.dart
index fdd95b56d18cd7161ba4ca463f481c4449279995..02916e7b350fd229678c04de525f0f4725c7b499 100644
--- a/samples/solar/web/solar.dart
+++ b/samples/solar/web/solar.dart
@@ -120,7 +120,7 @@ class SolarSystem {
renderTime = time;
- var context = canvas.context2d;
+ var context = canvas.context2D;
drawBackground(context);
drawPlanets(context);
« no previous file with comments | « runtime/bin/vmstats/bargraph.dart ('k') | samples/spirodraw/web/colorpicker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698