| Index: content/renderer/pepper/ppb_image_data_impl.h
|
| diff --git a/content/renderer/pepper/ppb_image_data_impl.h b/content/renderer/pepper/ppb_image_data_impl.h
|
| index 7d6b19b9cf7e5f644f12f1824e7e731827d6fcd6..8b5390c2682cc9e492a8ccaf88a9796343d71f2c 100644
|
| --- a/content/renderer/pepper/ppb_image_data_impl.h
|
| +++ b/content/renderer/pepper/ppb_image_data_impl.h
|
| @@ -16,9 +16,8 @@
|
| #include "ppapi/shared_impl/ppb_image_data_shared.h"
|
| #include "ppapi/shared_impl/resource.h"
|
| #include "ppapi/thunk/ppb_image_data_api.h"
|
| -#include "third_party/skia/include/core/SkCanvas.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| -class SkBitmap;
|
| class SkCanvas;
|
| class TransportDIB;
|
|
|
|
|