[Webkit-unassigned] [Bug 208962] New: [GPUP] Use standard int type in RemoteMediaPlayerState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 17:32:47 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=208962

            Bug ID: 208962
           Summary: [GPUP] Use standard int type in RemoteMediaPlayerState
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

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;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200312/8fdf0e29/attachment.htm>


More information about the webkit-unassigned mailing list