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 a8fdc1741b6ca79c51d50ab82c3b04d7dea1aca2..3e481d7f064fa7587924a7f75e8b342a6c3e5857 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -193,8 +193,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; |
IntSize m_size; |