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

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

Issue 19744007: Create a public API around webkit::ppapi::PluginInstance and use it in chrome. After this, webkit/p… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments and undo checkdeps change Created 7 years, 5 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_capture_host.h
===================================================================
--- content/renderer/pepper/pepper_video_capture_host.h (revision 213462)
+++ content/renderer/pepper/pepper_video_capture_host.h (working copy)
@@ -18,13 +18,14 @@
#include "webkit/plugins/ppapi/ppb_buffer_impl.h"
namespace content {
+class RendererPpapiHostImpl;
class PepperVideoCaptureHost
: public ppapi::host::ResourceHost,
public webkit::ppapi::PluginDelegate::PlatformVideoCaptureEventHandler,
public PepperDeviceEnumerationHostHelper::Delegate {
public:
- PepperVideoCaptureHost(RendererPpapiHost* host,
+ PepperVideoCaptureHost(RendererPpapiHostImpl* host,
PP_Instance instance,
PP_Resource resource);
@@ -90,7 +91,7 @@
scoped_refptr<webkit::ppapi::PPB_Buffer_Impl> buffer;
};
- RendererPpapiHost* renderer_ppapi_host_;
+ RendererPpapiHostImpl* renderer_ppapi_host_;
std::vector<BufferInfo> buffers_;
size_t buffer_count_hint_;
« no previous file with comments | « content/renderer/pepper/pepper_url_loader_host.cc ('k') | content/renderer/pepper/pepper_video_capture_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698