Index: Source/platform/graphics/ImageBuffer.h |
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h |
index 0ec13b16cb258e080e8d1b004d6c886d1765135b..8b26fa0c77b152a31a65e4406cc3718dc1b6f845 100644 |
--- a/Source/platform/graphics/ImageBuffer.h |
+++ b/Source/platform/graphics/ImageBuffer.h |
@@ -155,8 +155,6 @@ struct ImageDataBuffer { |
RefPtr<Uint8ClampedArray> m_data; |
}; |
-String PLATFORM_EXPORT ImageDataToDataURL(const ImageDataBuffer&, const String& mimeType, const double* quality); |
- |
} // namespace blink |
#endif // ImageBuffer_h |