Bug 208958

Summary: [GPUP] Add special handling of MediaTime within message generator
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: Tools / TestsAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, 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

Description Don Olmstead 2020-03-11 17:06:33 PDT
GPU Process added MediaTime to messages.in files. The messages.py script wasn't updated for special handling of this.

Pretty sure the only reason this works is because of a .cpp file being included in a unified build. For non-unified builds the following happens

In file included from ../../Source/WebKit/WebProcess/GPU/GPUProcessConnection.cpp:35:
WebKit/DerivedSources\MediaPlayerPrivateRemoteMessages.h:546:75: error: unknown type name 'MediaTime'
    typedef std::tuple<const WebKit::TrackPrivateRemoteIdentifier&, const MediaTime&, const MediaTime&, const IPC::DataReference&> Arguments;
Comment 1 Don Olmstead 2020-03-11 17:20:38 PDT
Created attachment 393313 [details]
Patch
Comment 2 WebKit Commit Bot 2020-03-11 18:35:31 PDT
Comment on attachment 393313 [details]
Patch

Clearing flags on attachment: 393313

Committed r258305: <https://trac.webkit.org/changeset/258305>
Comment 3 WebKit Commit Bot 2020-03-11 18:35:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2020-03-11 18:36:17 PDT
<rdar://problem/60351441>