Bug 208962 - [GPUP] Use standard int type in RemoteMediaPlayerState
Summary: [GPUP] Use standard int type in RemoteMediaPlayerState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks: 206697
  Show dependency treegraph
 
Reported: 2020-03-11 17:32 PDT by Don Olmstead
Modified: 2020-03-12 06:56 PDT (History)
8 users (show)

See Also:


Attachments
Patch (900 bytes, patch)
2020-03-11 17:42 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
Patch (1.85 KB, patch)
2020-03-11 17:42 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2020-03-11 17:32:47 PDT
Encoder/Decoder for RemoteMediaPlayerState.h is having problems with unsigned long long.

In file included from ../../Source/WebKit/Platform/IPC\Connection.h:31:
../../Source/WebKit/Platform/IPC\Decoder.h:181:31: error: no matching member function for call to 'decode'
        if (ArgumentCoder<T>::decode(*this, t)) {
            ~~~~~~~~~~~~~~~~~~^~~~~~
../../Source/WebKit/WebProcess/GPU/media\RemoteMediaPlayerState.h:196:17: note: in instantiation of function template specialization 'IPC::Decoder::operator>><unsigned long long, nullptr>' requested here
        decoder >> totalBytes;
Comment 1 Don Olmstead 2020-03-11 17:42:23 PDT Comment hidden (obsolete)
Comment 2 Don Olmstead 2020-03-11 17:42:47 PDT
Created attachment 393316 [details]
Patch
Comment 3 WebKit Commit Bot 2020-03-12 06:55:14 PDT
Comment on attachment 393316 [details]
Patch

Clearing flags on attachment: 393316

Committed r258323: <https://trac.webkit.org/changeset/258323>
Comment 4 WebKit Commit Bot 2020-03-12 06:55:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2020-03-12 06:56:12 PDT
<rdar://problem/60369435>