X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2Fgraphics%2Fqt%2FGraphicsContextQt.cpp;h=1fa1d32c66b18faf509a79395555ca5680075c6f;hp=921e85a352dfe5ae8646a7f50e3bf446c100e665;hb=77ac647caa18783a2800f67523133a798a9bf024;hpb=d286626931b91a4ee1d9abec048c9bc3d10ef002 diff --git a/WebCore/platform/graphics/qt/GraphicsContextQt.cpp b/WebCore/platform/graphics/qt/GraphicsContextQt.cpp index 921e85a352df..1fa1d32c66b1 100644 --- a/WebCore/platform/graphics/qt/GraphicsContextQt.cpp +++ b/WebCore/platform/graphics/qt/GraphicsContextQt.cpp @@ -38,6 +38,7 @@ #include "GraphicsContext.h" #include "Font.h" #include "Pen.h" +#include "SVGResourceImage.h" #include #include @@ -850,11 +851,13 @@ void GraphicsContext::setPlatformFillColor(const Color& color) m_data->p().setBrush(QBrush(color)); } +#ifdef SVG_SUPPORT GraphicsContext* contextForImage(SVGResourceImage*) { // FIXME! return 0; } +#endif } // vim: ts=4 sw=4 et