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

Unified Diff: ui/gfx/rect.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
Index: ui/gfx/rect.h
diff --git a/ui/gfx/rect.h b/ui/gfx/rect.h
index 52856d77031966c702568142d912a195de529d69..1434e837f7b2b57b21e2f33b60e44ebf63a3fd50 100644
--- a/ui/gfx/rect.h
+++ b/ui/gfx/rect.h
@@ -14,6 +14,7 @@
#include <string>
+#include "base/export_template_type.h"
#include "ui/gfx/point.h"
#include "ui/gfx/rect_base.h"
#include "ui/gfx/rect_f.h"
@@ -32,7 +33,7 @@ typedef struct _GdkRectangle GdkRectangle;
namespace gfx {
-class Insets;
+EXPORT_TEMPLATE_TYPE(class, UI_EXPORT, Insets);
class UI_EXPORT Rect
: public RectBase<Rect, Point, Size, Insets, Vector2d, int> {
« base/export_template_type.h ('K') | « cc/occlusion_tracker.h ('k') | ui/gfx/rect_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698