RESOLVED FIXED Bug 208962
[GPUP] Use standard int type in RemoteMediaPlayerState
https://bugs.webkit.org/show_bug.cgi?id=208962
Summary [GPUP] Use standard int type in RemoteMediaPlayerState
Don Olmstead
Reported 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;
Attachments
Patch (900 bytes, patch)
2020-03-11 17:42 PDT, Don Olmstead
no flags
Patch (1.85 KB, patch)
2020-03-11 17:42 PDT, Don Olmstead
no flags
Don Olmstead
Comment 1 2020-03-11 17:42:23 PDT Comment hidden (obsolete)
Don Olmstead
Comment 2 2020-03-11 17:42:47 PDT
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2020-03-12 06:55:15 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2020-03-12 06:56:12 PDT
Note You need to log in before you can comment on or make changes to this bug.