Bug 89914 - [chromium] On Windows the compositor code which is aware of flipped status of video textures never executes
Summary: [chromium] On Windows the compositor code which is aware of flipped status of...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Ananta Iyengar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 14:52 PDT by Ananta Iyengar
Modified: 2012-06-25 19:02 PDT (History)
6 users (show)

See Also:


Attachments
Initial patch (1.51 KB, patch)
2012-06-25 15:43 PDT, Ananta Iyengar
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ananta Iyengar 2012-06-25 14:52:22 PDT
This is a chromium specific bug and can be seen on Windows 7 and above after enabling
H/W video decoding. The compositor code in the function CCVideoLayerImpl::appendQuads
is supposed to ensure that the videos are unflipped for windows. It never executes due
to an incorrect #ifdef.
Comment 1 Ananta Iyengar 2012-06-25 15:43:10 PDT
Created attachment 149374 [details]
Initial patch
Comment 2 James Robinson 2012-06-25 15:45:40 PDT
Comment on attachment 149374 [details]
Initial patch

R=me
Comment 3 WebKit Review Bot 2012-06-25 19:02:48 PDT
Comment on attachment 149374 [details]
Initial patch

Clearing flags on attachment: 149374

Committed r121214: <http://trac.webkit.org/changeset/121214>
Comment 4 WebKit Review Bot 2012-06-25 19:02:52 PDT
All reviewed patches have been landed.  Closing bug.