Chromium Code Reviews| Index: ui/views/view.cc |
| diff --git a/ui/views/view.cc b/ui/views/view.cc |
| index 99fcdbce3c130f69634031357b520aa837f755d0..94c59f2b1bcba505f8f73883e5c5e170c6ed47b0 100644 |
| --- a/ui/views/view.cc |
| +++ b/ui/views/view.cc |
| @@ -47,6 +47,10 @@ |
| #include "ui/views/widget/tooltip_manager.h" |
| #include "ui/views/widget/widget.h" |
| +#include "third_party/skia/include/core/SkBitmap.h" |
| +#include "ui/gfx/codec/png_codec.h" |
| + |
| + |
| #if defined(OS_WIN) |
| #include "base/win/scoped_gdi_object.h" |
| #endif |