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

Unified Diff: sky/engine/core/html/HTMLCanvasElement.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/html/HTMLAnchorElement.idl ('k') | sky/engine/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLCanvasElement.h
diff --git a/sky/engine/core/html/HTMLCanvasElement.h b/sky/engine/core/html/HTMLCanvasElement.h
index 964b4d94486aed91f3178f328ac5b0a17230a2a1..80da717ffb5314fe79d5af56e95be6b19ce1fd5c 100644
--- a/sky/engine/core/html/HTMLCanvasElement.h
+++ b/sky/engine/core/html/HTMLCanvasElement.h
@@ -98,7 +98,7 @@ public:
reset();
}
- CanvasRenderingContext* getContext(const String&, CanvasContextAttributes* attributes = 0);
+ CanvasRenderingContext2D* getContext(const String&, CanvasContextAttributes* attributes = 0);
static String toEncodingMimeType(const String& mimeType);
String toDataURL(const String& mimeType, const double* quality, ExceptionState&) const;
« no previous file with comments | « sky/engine/core/html/HTMLAnchorElement.idl ('k') | sky/engine/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698