Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index 62df34c7a8870af8666abcafec868d6800435352..74476f98fc2afaeae271fdd7048afd0cd8ef9d02 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -176,7 +176,7 @@ private: |
void updateExternallyAllocatedMemory() const; |
- String toDataURLInternal(const String& mimeType, const double* quality) const; |
+ String toDataURLInternal(const String& mimeType, const double* quality, bool isSaving = false) const; |
WillBeHeapHashSet<RawPtrWillBeWeakMember<CanvasObserver> > m_observers; |