OSDN Git Service

Merge WebKit at r71558: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / platform / image-decoders / qt / RGBA32BufferQt.cpp
index a782373..998234f 100644 (file)
@@ -28,6 +28,8 @@
 #include "config.h"
 #include "ImageDecoder.h"
 
+#include "NotImplemented.h"
+
 #include <QPixmap>
 #include <stdio.h>
 
@@ -124,6 +126,11 @@ void RGBA32Buffer::setHasAlpha(bool alpha)
     m_hasAlpha = alpha;
 }
 
+void RGBA32Buffer::setColorProfile(const ColorProfile& colorProfile)
+{
+    notImplemented();
+}
+
 void RGBA32Buffer::setStatus(FrameStatus status)
 {
     m_status = status;