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

Unified Diff: ui/gfx/canvas.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
« no previous file with comments | « ui/gfx/blit.h ('k') | ui/gfx/canvas_direct2d.h » ('j') | ui/ui.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/canvas.h
===================================================================
--- ui/gfx/canvas.h (revision 92815)
+++ ui/gfx/canvas.h (working copy)
@@ -12,6 +12,7 @@
// TODO(beng): remove this include when we no longer depend on SkTypes.
#include "skia/ext/platform_canvas.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/ui_api.h"
namespace ui {
class Transform;
@@ -28,7 +29,7 @@
class Rect;
// TODO(beng): documentation.
-class Canvas {
+class UI_API Canvas {
public:
// Specifies the alignment for text rendered with the DrawStringInt method.
enum {
@@ -229,7 +230,7 @@
virtual const CanvasSkia* AsCanvasSkia() const;
};
-class CanvasPaint {
+class UI_API CanvasPaint {
public:
virtual ~CanvasPaint() {}
« no previous file with comments | « ui/gfx/blit.h ('k') | ui/gfx/canvas_direct2d.h » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698