Index: ui/gfx/geometry/insets_f.h |
diff --git a/ui/gfx/geometry/insets_f.h b/ui/gfx/geometry/insets_f.h |
index ac3585a5a59ee1258bbc5dc42435319ef9a55522..e325a7716c5fefb684143775159ebd5d5cd2bccf 100644 |
--- a/ui/gfx/geometry/insets_f.h |
+++ b/ui/gfx/geometry/insets_f.h |
@@ -24,7 +24,7 @@ class GFX_EXPORT InsetsF : public InsetsBase<InsetsF, float> { |
std::string ToString() const; |
}; |
-#if !defined(COMPILER_MSVC) |
+#if !defined(COMPILER_MSVC) && !defined(__native_client__) |
extern template class InsetsBase<InsetsF, float>; |
#endif |