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

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

Issue 1128213005: Passing Native Texture backed Video Frame from Renderer to GPU process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Passing a Texture+SharedMemory video frame. Created 5 years, 6 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 4d1e79f1e44d012aea975e5f33299e6baebba795..e8917da3da2d10b94b919b5415871d367472c9dc 100644
--- a/content/common/gpu/client/gpu_video_encode_accelerator_host.h
+++ b/content/common/gpu/client/gpu_video_encode_accelerator_host.h
@@ -17,19 +17,14 @@
#include "media/video/video_encode_accelerator.h"
namespace gfx {
-
class Size;
-
} // namespace gfx
namespace media {
-
class VideoFrame;
-
} // namespace media
namespace content {
-
class GpuChannelHost;
// This class is the renderer-side host for the VideoEncodeAccelerator in the
@@ -63,7 +58,7 @@ class GpuVideoEncodeAcceleratorHost
uint32 framerate_num) override;
void Destroy() override;
- // CommandBufferProxyImpl::DeletionObserver implemetnation.
+ // CommandBufferProxyImpl::DeletionObserver implementation.
void OnWillDeleteImpl() override;
private:
« 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