| Index: webkit/glue/plugins/pepper_graphics_2d.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_graphics_2d.cc (revision 64613)
|
| +++ webkit/glue/plugins/pepper_graphics_2d.cc (working copy)
|
| @@ -13,11 +13,11 @@
|
| #include "gfx/point.h"
|
| #include "gfx/rect.h"
|
| #include "skia/ext/platform_canvas.h"
|
| -#include "third_party/ppapi/c/pp_errors.h"
|
| -#include "third_party/ppapi/c/pp_module.h"
|
| -#include "third_party/ppapi/c/pp_rect.h"
|
| -#include "third_party/ppapi/c/pp_resource.h"
|
| -#include "third_party/ppapi/c/ppb_graphics_2d.h"
|
| +#include "ppapi/c/pp_errors.h"
|
| +#include "ppapi/c/pp_module.h"
|
| +#include "ppapi/c/pp_rect.h"
|
| +#include "ppapi/c/pp_resource.h"
|
| +#include "ppapi/c/ppb_graphics_2d.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "webkit/glue/plugins/pepper_image_data.h"
|
| #include "webkit/glue/plugins/pepper_plugin_instance.h"
|
|
|