diff -r 4f2f89ce4247 -r 303757a437d3 WebCore/plugins/PluginView.h --- a/WebCore/plugins/PluginView.h Fri Sep 17 09:02:29 2010 +0300 +++ b/WebCore/plugins/PluginView.h Mon Oct 04 01:32:07 2010 +0300 @@ -54,6 +54,10 @@ #include #endif #endif +#if PLATFORM(QT) && defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO == 5) +#include +class QPainter; +#endif #if USE(JSC) namespace JSC { @@ -374,6 +378,12 @@ void initXEvent(XEvent* event); #endif +#if PLATFORM(QT) && defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO == 5) + QImage m_image; + bool m_renderToImage; + void paintUsingImageSurfaceExtension(QPainter* painter, const IntRect& exposedRect); +#endif + IntRect m_clipRect; // The clip rect to apply to a windowed plug-in IntRect m_windowRect; // Our window rect.