RESOLVED LATER Bug 74010
[WK2] ShareableBitmap::paint() with scale factor is only implemented on Mac
https://bugs.webkit.org/show_bug.cgi?id=74010
Summary [WK2] ShareableBitmap::paint() with scale factor is only implemented on Mac
Balazs Kelemen
Reported 2011-12-07 10:44:31 PST
Not sure this is a bug, but I would like to close the other two that deals with that. So, this function is only called from PluginProxy like: m_pluginBackingStore->paint(*graphicsContext, contentsScaleFactor(), IntPoint(), pluginBounds()); but the contensScaleFactor is only changing from 1 to any other value on Mac, like: void PluginView::setDeviceScaleFactor(float scaleFactor) { if (!m_isInitialized || !m_plugin) return; m_plugin->contentsScaleFactorChanged(scaleFactor); } but this is a Mac only method right now. So we don't need to handle the "!= 1" case currently.
Attachments
Balazs Kelemen
Comment 1 2011-12-07 10:45:07 PST
*** Bug 64665 has been marked as a duplicate of this bug. ***
Balazs Kelemen
Comment 2 2011-12-07 10:45:18 PST
*** Bug 64663 has been marked as a duplicate of this bug. ***
Balazs Kelemen
Comment 3 2012-10-05 09:29:48 PDT
I'm implementing it for Qt in bug 98518.
Note You need to log in before you can comment on or make changes to this bug.