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

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
Index: ui/gfx/canvas.h
===================================================================
--- ui/gfx/canvas.h (revision 91577)
+++ 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 {
@@ -227,7 +228,7 @@
virtual const CanvasSkia* AsCanvasSkia() const;
};
-class CanvasPaint {
+class UI_API CanvasPaint {
public:
virtual ~CanvasPaint() {}

Powered by Google App Engine
This is Rietveld 408576698