RESOLVED WONTFIX 92031
uint8_t undefined in chromium/public/WebMediaPlayer.h
https://bugs.webkit.org/show_bug.cgi?id=92031
Summary uint8_t undefined in chromium/public/WebMediaPlayer.h
Xiaohan Wang
Reported 2012-07-23 14:48:22 PDT
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
Stephen Chenney
Comment 1 2013-04-09 17:06:45 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.
Note You need to log in before you can comment on or make changes to this bug.