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

Unified Diff: ui/gfx/rect_f.h

Issue 12328142: Mark types used in template instantiatious explicitly as visible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 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
« base/export_template_type.h ('K') | « ui/gfx/rect.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/rect_f.h
diff --git a/ui/gfx/rect_f.h b/ui/gfx/rect_f.h
index 62bedf2e3593d40c3a7cc008d6021a651462f17d..15b678e19f41c25edf07ec0de2a828e77758efe6 100644
--- a/ui/gfx/rect_f.h
+++ b/ui/gfx/rect_f.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/export_template_type.h"
#include "ui/gfx/point_f.h"
#include "ui/gfx/rect_base.h"
#include "ui/gfx/size_f.h"
@@ -14,7 +15,7 @@
namespace gfx {
-class InsetsF;
+EXPORT_TEMPLATE_TYPE(class, UI_EXPORT, InsetsF);
// A floating version of gfx::Rect.
class UI_EXPORT RectF
« base/export_template_type.h ('K') | « ui/gfx/rect.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698