| Index: content/renderer/pepper/pepper_video_destination_host.cc
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_video_destination_host.cc (revision 213561)
|
| +++ content/renderer/pepper/pepper_video_destination_host.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/time/time.h"
|
| #include "content/public/renderer/renderer_ppapi_host.h"
|
| +#include "content/renderer/pepper/ppb_image_data_impl.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/host/dispatch_host_message.h"
|
| #include "ppapi/host/host_message_context.h"
|
| @@ -13,7 +14,6 @@
|
| #include "ppapi/proxy/ppapi_messages.h"
|
| #include "ppapi/thunk/enter.h"
|
| #include "ppapi/thunk/ppb_image_data_api.h"
|
| -#include "webkit/plugins/ppapi/ppb_image_data_impl.h"
|
|
|
| using ppapi::host::HostMessageContext;
|
| using ppapi::host::ReplyMessageContext;
|
|
|