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

Unified Diff: samples/spirodraw/web/colorpicker.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 | « samples/solar/web/solar.dart ('k') | samples/spirodraw/web/spirodraw.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/spirodraw/web/colorpicker.dart
diff --git a/samples/spirodraw/web/colorpicker.dart b/samples/spirodraw/web/colorpicker.dart
index cd880b5c1f7cf6049f173d864ae199b6af99155c..a78d5f6c81f5c38480f4da0b16eb46a75f4c613e 100644
--- a/samples/spirodraw/web/colorpicker.dart
+++ b/samples/spirodraw/web/colorpicker.dart
@@ -23,7 +23,7 @@ class ColorPicker {
ColorPicker(this.canvasElement) :
_listeners = []
{
- ctx = canvasElement.context2d;
+ ctx = canvasElement.context2D;
drawPalette();
addHandlers();
showSelected();
« no previous file with comments | « samples/solar/web/solar.dart ('k') | samples/spirodraw/web/spirodraw.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698