Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: content/common/gpu/client/gpu_video_encode_accelerator_host.h

Issue 1378073002: Removed NOTIFY_ERROR() macro from GpuVEAH. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu/client/gpu_video_encode_accelerator_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/common/gpu/client/gpu_video_encode_accelerator_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698