Bug 208962

Summary: [GPUP] Use standard int type in RemoteMediaPlayerState
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: WebKit2Assignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, ews-watchlist, glenn, jer.noble, philipj, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 206697    
Attachments:
Description Flags
Patch
none
Patch none

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>