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: |