Index: content/renderer/pepper/pepper_video_source_host.cc |
=================================================================== |
--- content/renderer/pepper/pepper_video_source_host.cc (revision 213561) |
+++ content/renderer/pepper/pepper_video_source_host.cc (working copy) |
@@ -7,6 +7,7 @@ |
#include "base/bind.h" |
#include "base/safe_numerics.h" |
#include "content/public/renderer/renderer_ppapi_host.h" |
+#include "content/renderer/pepper/ppb_image_data_impl.h" |
#include "content/renderer/render_thread_impl.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/host/dispatch_host_message.h" |
@@ -19,7 +20,6 @@ |
#include "third_party/libjingle/source/talk/media/base/videocommon.h" |
#include "third_party/libjingle/source/talk/media/base/videoframe.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
-#include "webkit/plugins/ppapi/ppb_image_data_impl.h" |
using ppapi::host::HostMessageContext; |
using ppapi::host::ReplyMessageContext; |