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

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

Issue 10702136: Support high dpi in menu scroll arrow, submenu arrow and drag_utils. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort includes Created 8 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
« no previous file with comments | « ui/gfx/image/canvas_image_source.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image_skia_source.h
diff --git a/ui/gfx/image/image_skia_source.h b/ui/gfx/image/image_skia_source.h
index 11458cb56841305f7368b1969a608d5b257d9922..ed5e7ca8100660a2584a66e1f46d3be09daf8375 100644
--- a/ui/gfx/image/image_skia_source.h
+++ b/ui/gfx/image/image_skia_source.h
@@ -6,12 +6,13 @@
#define UI_GFX_IMAGE_IMAGE_SKIA_SOURCE_H_
#include "ui/base/layout.h"
+#include "ui/base/ui_export.h"
namespace gfx {
class ImageSkiaRep;
-class ImageSkiaSource {
+class UI_EXPORT ImageSkiaSource {
public:
virtual ~ImageSkiaSource() {}
« no previous file with comments | « ui/gfx/image/canvas_image_source.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698