Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
index 43d3529cb098008cccd10ed729ab1f9e307609c6..4a2292cfdc92aa88c799fd8310af82735b3a8b28 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -196,8 +196,8 @@ private: |
bool paintsIntoCanvasBuffer() const; |
- ImageData* toImageData(SourceDrawingBuffer) const; |
- String toDataURLInternal(const String& mimeType, const double& quality, SourceDrawingBuffer) const; |
+ ImageData* toImageData(SourceDrawingBuffer, ExceptionState&) const; |
+ String toDataURLInternal(const String& mimeType, const double& quality, SourceDrawingBuffer, ExceptionState&) const; |
static void encodeImageAsync(DOMUint8ClampedArray* imagedata, IntSize imageSize, FileCallback*, const String& mimeType, double quality); |
static void createBlobAndCall(PassOwnPtr<Vector<char>> encodedImage, const String& mimeType, FileCallback*); |