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

Unified Diff: ui/gfx/size_f.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/size.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/size_f.h
diff --git a/ui/gfx/size_f.h b/ui/gfx/size_f.h
index b522da80421185afeaa7be6f843fad0c85e6f482..3a04d19dc9274cde62f775403b22ab81dedda4bc 100644
--- a/ui/gfx/size_f.h
+++ b/ui/gfx/size_f.h
@@ -26,6 +26,10 @@ class UI_EXPORT SizeF : public SizeBase<SizeF, float> {
std::string ToString() const;
};
+#if !defined(COMPILER_MSVC)
+extern template class SizeBase<SizeF, float>;
+#endif
+
} // namespace gfx
#endif // UI_GFX_SIZE_F_H_
« no previous file with comments | « ui/gfx/size.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698