<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>74010</bug_id>
          
          <creation_ts>2011-12-07 10:44:31 -0800</creation_ts>
          <short_desc>[WK2] ShareableBitmap::paint() with scale factor is only implemented on Mac</short_desc>
          <delta_ts>2014-04-10 11:49:28 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit2</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>LATER</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>64665</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Balazs Kelemen">kbalazs</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dbates</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>516735</commentid>
    <comment_count>0</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2011-12-07 10:44:31 -0800</bug_when>
    <thetext>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-&gt;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-&gt;contentsScaleFactorChanged(scaleFactor);
}

but this is a Mac only method right now. So we don&apos;t need to handle the &quot;!= 1&quot; case currently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>516738</commentid>
    <comment_count>1</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2011-12-07 10:45:07 -0800</bug_when>
    <thetext>*** Bug 64665 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>516740</commentid>
    <comment_count>2</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2011-12-07 10:45:18 -0800</bug_when>
    <thetext>*** Bug 64663 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>735703</commentid>
    <comment_count>3</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2012-10-05 09:29:48 -0700</bug_when>
    <thetext>I&apos;m implementing it for Qt in bug 98518.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>