Index: ui/gfx/geometry/point.h |
diff --git a/ui/gfx/geometry/point.h b/ui/gfx/geometry/point.h |
index aea9dbd15af5976c94ac1c3a432e3faf7b258911..c7ac4ff108de94000c328667a709aa61b2514282 100644 |
--- a/ui/gfx/geometry/point.h |
+++ b/ui/gfx/geometry/point.h |
@@ -84,7 +84,7 @@ inline Point PointAtOffsetFromOrigin(const Vector2d& offset_from_origin) { |
return Point(offset_from_origin.x(), offset_from_origin.y()); |
} |
-#if !defined(COMPILER_MSVC) |
+#if !defined(COMPILER_MSVC) && !defined(__native_client__) |
extern template class PointBase<Point, int, Vector2d>; |
#endif |