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

Unified Diff: ui/gfx/size.h

Issue 10386220: Add instantiation declarations for PointBase, SizeBase, RectBase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: not for msvc Created 8 years, 7 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/rect_f.h ('k') | ui/gfx/size_f.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/size.h
diff --git a/ui/gfx/size.h b/ui/gfx/size.h
index 56d56116d0468045769fcf414cb9e8f92d3a06a0..554f07bd9e7b0fcd9f47d40b35da24b972587122 100644
--- a/ui/gfx/size.h
+++ b/ui/gfx/size.h
@@ -44,6 +44,10 @@ class UI_EXPORT Size : public SizeBase<Size, int> {
std::string ToString() const;
};
+#if !defined(COMPILER_MSVC)
+extern template class SizeBase<Size, int>;
+#endif
+
} // namespace gfx
#endif // UI_GFX_SIZE_H_
« no previous file with comments | « ui/gfx/rect_f.h ('k') | ui/gfx/size_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698