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

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

Issue 631903003: Move VideoDestinationHandler processing to the IO-thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 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
Index: content/renderer/pepper/pepper_video_destination_host.h
diff --git a/content/renderer/pepper/pepper_video_destination_host.h b/content/renderer/pepper/pepper_video_destination_host.h
index 2e00c8f9c792cab0c7d37deee93135b972e4d35a..3007bab76a6766b738b640b56657e77bf3a55582 100644
--- a/content/renderer/pepper/pepper_video_destination_host.h
+++ b/content/renderer/pepper/pepper_video_destination_host.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_RENDERER_PEPPER_PEPPER_VIDEO_DESTINATION_HOST_H_
#define CONTENT_RENDERER_PEPPER_PEPPER_VIDEO_DESTINATION_HOST_H_
+#include <string>
+
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
@@ -40,7 +42,7 @@ class CONTENT_EXPORT PepperVideoDestinationHost
RendererPpapiHost* renderer_ppapi_host_;
- scoped_ptr<FrameWriterInterface> frame_writer_;
+ VideoDestinationHandler::FrameWriterCallback frame_writer_;
base::WeakPtrFactory<PepperVideoDestinationHost> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698