| 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;
|
|
|