Chromium Code Reviews| 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..913c018b757d537d54c7b3e47a3b885432d1f8b5 100644 |
| --- a/content/renderer/pepper/ppb_image_data_impl.h |
| +++ b/content/renderer/pepper/ppb_image_data_impl.h |
| @@ -16,6 +16,7 @@ |
| #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/SkBitmap.h" |
| #include "third_party/skia/include/core/SkCanvas.h" |
| class SkBitmap; |
|
mtklein_C
2017/05/01 17:17:46
Can probably kill this line off?
f(malita)
2017/05/01 17:22:33
Oh yeah, and the SkCanvas.h include too.
Done.
|