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

Unified Diff: ui/gfx/image.h

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
Index: ui/gfx/image.h
diff --git a/ui/gfx/image.h b/ui/gfx/image.h
index 33e363e0a21e2cc9c37dab32b659019e417d1279..4afde8da1b892209aafb0ed7bf26af297915e282 100644
--- a/ui/gfx/image.h
+++ b/ui/gfx/image.h
@@ -12,7 +12,8 @@
#include "base/gtest_prod_util.h"
#include "build/build_config.h"
#include "ui/gfx/native_widget_types.h" // Forward-declares GdkPixbuf and NSImage.
-#include "third_party/skia/include/core/SkBitmap.h"
+
+class SkBitmap;
namespace {
class ImageTest;

Powered by Google App Engine
This is Rietveld 408576698