| Index: content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| diff --git a/content/common/gpu/client/gpu_video_encode_accelerator_host.h b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| index a4b441e5525e9e7166b56598199c3c1584d9826a..e6ab739f789f8287233075259a62827b0c44d857 100644
|
| --- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
|
| @@ -24,6 +24,10 @@ namespace media {
|
| class VideoFrame;
|
| } // namespace media
|
|
|
| +namespace tracked_objects {
|
| +class Location;
|
| +} // namespace tracked_objects
|
| +
|
| namespace content {
|
| class GpuChannelHost;
|
|
|
| @@ -66,7 +70,8 @@ class GpuVideoEncodeAcceleratorHost
|
| ~GpuVideoEncodeAcceleratorHost() override;
|
|
|
| // Notify |client_| of an error. Posts a task to avoid re-entrancy.
|
| - void PostNotifyError(Error);
|
| + void PostNotifyError(const tracked_objects::Location& location,
|
| + Error error, const std::string& message);
|
|
|
| void Send(IPC::Message* message);
|
|
|
|
|