Bug 92031
Summary: | uint8_t undefined in chromium/public/WebMediaPlayer.h | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xiaohan Wang <xhwang> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Minor | ||
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | Unspecified |
Xiaohan Wang
In chromium/public/WebMediaPlayer.h, uint8_t is used in WebMediaPlayer::paint() but no proper header is included for uint8_t. At least on Windows it's causing me "uint8_t not defined" error. We should either include the right header, or remove the use of uint8_t in this file.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.