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

Unified Diff: content/renderer/pepper/pepper_video_encoder_host.h

Issue 1827123002: Move content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 9 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
Index: content/renderer/pepper/pepper_video_encoder_host.h
diff --git a/content/renderer/pepper/pepper_video_encoder_host.h b/content/renderer/pepper/pepper_video_encoder_host.h
index 5bc8d70cac4eb0caf2464076490e4090deabaaa9..d6a47d8f34c1666f69d87157b851e892a6fa02a8 100644
--- a/content/renderer/pepper/pepper_video_encoder_host.h
+++ b/content/renderer/pepper/pepper_video_encoder_host.h
@@ -21,14 +21,17 @@
#include "ppapi/proxy/resource_message_params.h"
#include "ppapi/shared_impl/media_stream_buffer_manager.h"
+namespace gpu {
+class CommandBufferProxyImpl;
+class GpuChannelHost;
+}
+
namespace media {
class GpuVideoAcceleratorFactories;
}
namespace content {
-class CommandBufferProxyImpl;
-class GpuChannelHost;
class RendererPpapiHost;
class VideoEncoderShim;
@@ -126,8 +129,8 @@ class CONTENT_EXPORT PepperVideoEncoderHost
// Buffer manager for shared memory that holds video frames.
ppapi::MediaStreamBufferManager buffer_manager_;
- scoped_refptr<GpuChannelHost> channel_;
- scoped_ptr<CommandBufferProxyImpl> command_buffer_;
+ scoped_refptr<gpu::GpuChannelHost> channel_;
+ scoped_ptr<gpu::CommandBufferProxyImpl> command_buffer_;
scoped_ptr<media::VideoEncodeAccelerator> encoder_;
« no previous file with comments | « content/renderer/pepper/pepper_video_decoder_host.cc ('k') | content/renderer/pepper/pepper_video_encoder_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698