| Index: webkit/glue/image_decoder.cc
|
| ===================================================================
|
| --- webkit/glue/image_decoder.cc (revision 16007)
|
| +++ webkit/glue/image_decoder.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
| #include "webkit/glue/image_decoder.h"
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| MSVC_PUSH_WARNING_LEVEL(0);
|
| #if defined(OS_WIN) || defined(OS_LINUX)
|
| @@ -19,8 +20,6 @@
|
| #include "SharedBuffer.h"
|
| MSVC_POP_WARNING();
|
|
|
| -#include "SkBitmap.h"
|
| -
|
| namespace webkit_glue {
|
|
|
| ImageDecoder::ImageDecoder() : desired_icon_size_(0, 0) {
|
|
|