RESOLVED FIXED Bug 64611
Find indicator should take scale factor into account
https://bugs.webkit.org/show_bug.cgi?id=64611
Summary Find indicator should take scale factor into account
Anders Carlsson
Reported 2011-07-15 11:49:25 PDT
Find indicator should take scale factor into account
Attachments
Patch (11.05 KB, patch)
2011-07-15 11:51 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-07-15 11:51:49 PDT
Anders Carlsson
Comment 2 2011-07-15 12:10:59 PDT
Darin Adler
Comment 3 2011-07-15 16:55:11 PDT
Daniel Bates
Comment 4 2011-07-16 21:31:41 PDT
For reference, this change broke the Qt Linux Release bot since it made use of the scale factor overloaded ShareableBitmap::paint() method (implemented for CG in <http://trac.webkit.org/changeset/90198>). Qt Linux Release bot stdio: <http://build.webkit.org/builders/Qt%20Linux%20Release/builds/35470/steps/compile-webkit/logs/stdio> I committed a stub implementation for the Qt WebKit2 port in <http://trac.webkit.org/changeset/91162>. See bug #64663 for more details. Other WebKit2 ports are most likely also affected by the lack of an implementation for the scale factor variant of ShareableBitmap::paint(). Will file bugs for these ports and land stub implementations for now.
Note You need to log in before you can comment on or make changes to this bug.