Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / geometry / point_f.h
index 82d00e6..a0b6d33 100644 (file)
@@ -67,7 +67,7 @@ inline PointF ScalePoint(const PointF& p, float scale) {
   return ScalePoint(p, scale, scale);
 }
 
-#if !defined(COMPILER_MSVC)
+#if !defined(COMPILER_MSVC) && !defined(__native_client__)
 extern template class PointBase<PointF, float, Vector2dF>;
 #endif