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

Unified Diff: media/gpu/ipc/client/gpu_video_encode_accelerator_host.h

Issue 2395913003: Cleanup of passing GpuMemoryBuffer backed video frames (Closed)
Patch Set: Rebase Created 4 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 | « media/base/video_frame.cc ('k') | media/gpu/ipc/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: media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
diff --git a/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h b/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
index caecf715752a368e097c81a0c13375d035eb5e70..6630b72e3cc363f152df5967085b8bba7b97a146 100644
--- a/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
+++ b/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
@@ -20,7 +20,6 @@
#include "media/video/video_encode_accelerator.h"
namespace gfx {
-struct GpuMemoryBufferHandle;
class Size;
} // namespace gfx
@@ -75,8 +74,6 @@ class GpuVideoEncodeAcceleratorHost
~GpuVideoEncodeAcceleratorHost() override;
// Encode specific video frame types.
- void EncodeGpuMemoryBufferFrame(const scoped_refptr<VideoFrame>& frame,
- bool force_keyframe);
void EncodeSharedMemoryFrame(const scoped_refptr<VideoFrame>& frame,
bool force_keyframe);
« no previous file with comments | « media/base/video_frame.cc ('k') | media/gpu/ipc/client/gpu_video_encode_accelerator_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698