[Webkit-unassigned] [Bug 60439] [Texmap][Qt] Upstream texture-mapper changes from Qt's WebKit2 branch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 8 04:46:54 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60439
Kenneth Rohde Christiansen <kenneth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #92711|review? |review+
Flag| |
--- Comment #28 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2011-05-08 04:46:54 PST ---
(From update of attachment 92711)
View in context: https://bugs.webkit.org/attachment.cgi?id=92711&action=review
> Source/WebCore/platform/graphics/qt/TextureMapperQt.cpp:103
> QPainter* painter = m_currentSurface ? &m_currentSurface->m_painter : m_painter;
You are using this in different places? make an inline private method for it?
> Source/WebCore/platform/graphics/qt/TextureMapperQt.cpp:113
> + QPainter* painter = m_currentSurface ? &m_currentSurface->m_painter : m_painter;
like here
> Source/WebCore/platform/graphics/qt/TextureMapperQt.cpp:119
> + return IntSize(m_painter->device()->width(), m_painter->device()->height());
What if there is a currentSurface?
--
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