[Webkit-unassigned] [Bug 26304] [GTK] Add controls for playing html5 video.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 23 17:11:38 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26304
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39819|review? |review-
Flag| |
--- Comment #16 from Eric Seidel <eric at webkit.org> 2009-09-23 17:11:38 PDT ---
(From update of attachment 39819)
Why?
+ paintInfo.context->fillRect(FloatRect(r), panelColor);
+ paintInfo.context->fillRect(FloatRect(r), panelColor);
Can't we share more of this drawing code? It seems that you could write a
static inline function which did the fillRect as well as the drawImage call and
save a bunch of duplicated code.
--
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