[Webkit-unassigned] [Bug 26949] WebCore part of the Haiku WebKit port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 7 00:27:56 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26949
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32219|review? |review-
Flag| |
--- Comment #12 from Eric Seidel <eric at webkit.org> 2009-07-07 00:27:56 PDT ---
(From update of attachment 32219)
This cast seems unecessary:
+ const void* bytes = (const void*)m_bytes.data();
STyle:
+int RGBA32Buffer::width() const {
+ return m_size.width();
+}
+
+int RGBA32Buffer::height() const {
+ return m_size.height();
+}
--
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