[Webkit-unassigned] [Bug 12301] Fix the Qt build after submit 18904
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 17 09:30:53 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12301
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #12507|review? |review+
Flag| |
------- Comment #2 from darin at apple.com 2007-01-17 09:30 PDT -------
(From update of attachment 12507)
Note, our policy is that build fixes don't necessarily need review. But I guess
this goes way beyond a build fix.
+#include "math.h"
Should be <math.h>.
#include "IntRect.h"
#include "MimeTypeRegistry.h"
+#include "GraphicsContext.h"
+#include "AffineTransform.h"
Should keep these alphabetical.
I believe there is a far-more-efficient way to do tiling with CG, so making
drawTiled a cross-platform function may not be a good direction for the future.
r=me
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list