Reviewed by Eric.
Daily Qt build fixes :-)
* platform/qt/GraphicsContextQt.cpp:
(WebCore::GraphicsContext::drawConvexPolygon):
* platform/qt/ImageQt.cpp:
(WebCore::Image::initPlatformData):
(WebCore::Image::invalidatePlatformData):
(WebCore::Image::loadPlatformResource):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16051 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/qt/ImageQt.cpp b/WebCore/platform/qt/ImageQt.cpp
index 53a92ee..37a2b5b 100644
--- a/WebCore/platform/qt/ImageQt.cpp
+++ b/WebCore/platform/qt/ImageQt.cpp
@@ -60,19 +60,15 @@
// Image Class
// ================================================
-void Image::initNativeData()
+void Image::initPlatformData()
{
}
-void Image::destroyNativeData()
+void Image::invalidatePlatformData()
{
}
-void Image::invalidateNativeData()
-{
-}
-
-Image* Image::loadResource(const char* name)
+Image* Image::loadPlatformResource(const char* name)
{
Vector<char> arr = loadResourceIntoArray(name);
Image* img = new Image();