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

Unified Diff: ui/gfx/image/image.h

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/image.h
===================================================================
--- ui/gfx/image/image.h (revision 91577)
+++ ui/gfx/image/image.h (working copy)
@@ -23,8 +23,8 @@
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
-#include "build/build_config.h"
#include "ui/gfx/native_widget_types.h" // Forward-declares GdkPixbuf and NSImage.
rvargas (doing something else) 2011/07/12 21:40:19 nit: do you mind fixing this comment?
+#include "ui/ui_api.h"
class SkBitmap;
@@ -40,7 +40,7 @@
class ImageStorage;
}
-class Image {
+class UI_API Image {
public:
enum RepresentationType {
kImageRepGdk,

Powered by Google App Engine
This is Rietveld 408576698