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

Unified Diff: ui/gfx/render_text_mac.h

Issue 965393003: alternative tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20150303-RenderText-Goo
Patch Set: Created 5 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
« no previous file with comments | « ui/gfx/render_text.cc ('k') | ui/gfx/render_text_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/render_text_mac.h
diff --git a/ui/gfx/render_text_mac.h b/ui/gfx/render_text_mac.h
index 99475778d17169d111836dd2905fe09456d52695..539166793f31730a9ff2f257cc1ec614f23a2af6 100644
--- a/ui/gfx/render_text_mac.h
+++ b/ui/gfx/render_text_mac.h
@@ -11,6 +11,7 @@
#include <vector>
#include "base/mac/scoped_cftyperef.h"
+#include "ui/gfx/gfx_export.h"
#include "ui/gfx/render_text.h"
namespace gfx {
@@ -20,7 +21,7 @@ namespace gfx {
//
// Note: The current implementation only supports drawing and sizing the text,
// but not text selection or cursor movement.
-class RenderTextMac : public RenderText {
+class GFX_EXPORT RenderTextMac : public RenderText {
public:
RenderTextMac();
~RenderTextMac() override;
« no previous file with comments | « ui/gfx/render_text.cc ('k') | ui/gfx/render_text_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698