Bug 92031 - uint8_t undefined in chromium/public/WebMediaPlayer.h
Summary: uint8_t undefined in chromium/public/WebMediaPlayer.h
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 14:48 PDT by Xiaohan Wang
Modified: 2013-04-09 17:06 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaohan Wang 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.
Comment 1 Stephen Chenney 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.