[Webkit-unassigned] [Bug 64663] [Qt] Implement ShareableBitmap::paint() with scale factor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 16 21:22:18 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64663





--- Comment #2 from Daniel Bates <dbates at webkit.org>  2011-07-16 21:22:18 PST ---
The Qt Linux Release build fails to compile because this variant of ShareableBitmap::paint() wasn't implemented for the Qt WebKit2 port at the time changeset 91085 <http://trac.webkit.org/changeset/91085> landed:

[[
../../WebKit2/release/libwebkit2.a(FindIndicator.o): In function `WebKit::FindIndicator::draw(WebCore::GraphicsContext&, WebCore::IntRect const&)':
FindIndicator.cpp:(.text._ZN6WebKit13FindIndicator4drawERN7WebCore15GraphicsContextERKNS1_7IntRectE+0xf3): undefined reference to `WebKit::ShareableBitmap::paint(WebCore::GraphicsContext&, float, WebCore::IntPoint const&, WebCore::IntRect const&)'
collect2: ld returned 1 exit status
make[1]: *** [../../lib/libQtWebKit.so.4.10.0] Error 1
make[1]: Leaving directory `/ramdisk/qt-linux-release/build/WebKitBuild/Release/WebKit/qt'
make: *** [sub-WebKit-qt-QtWebKit-pro-make_default-ordered] Error 2
]]

See <http://build.webkit.org/builders/Qt%20Linux%20Release/builds/35470/steps/compile-webkit/logs/stdio> for more details.

Committed stub method in <http://trac.webkit.org/changeset/91162>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list