Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: ui/gfx/image.cc

Issue 6541031: Integrate gfx::Image into the ResourceBundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ui/gfx/image.h ('K') | « ui/gfx/image.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image.cc
diff --git a/ui/gfx/image.cc b/ui/gfx/image.cc
index 9a9c80883c51e8993fbdf0674360d77e8b8c1025..25eab5b8c9b14a65dc5998ad12ac78d6e457c55b 100644
--- a/ui/gfx/image.cc
+++ b/ui/gfx/image.cc
@@ -5,6 +5,7 @@
#include "ui/gfx/image.h"
#include "base/logging.h"
+#include "third_party/skia/include/core/SkBitmap.h"
#if defined(OS_LINUX)
#include <gdk-pixbuf/gdk-pixbuf.h>
« ui/gfx/image.h ('K') | « ui/gfx/image.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698