| Index: ui/gfx/geometry/insets.h
|
| diff --git a/ui/gfx/geometry/insets.h b/ui/gfx/geometry/insets.h
|
| index 00b612540dd5e98d4bb5618a5bf1cbb11761008d..01379193167f042d0b9b89cb27ea721e662fd29d 100644
|
| --- a/ui/gfx/geometry/insets.h
|
| +++ b/ui/gfx/geometry/insets.h
|
| @@ -41,7 +41,7 @@ class GFX_EXPORT Insets : public InsetsBase<Insets, int> {
|
| std::string ToString() const;
|
| };
|
|
|
| -#if !defined(COMPILER_MSVC)
|
| +#if !defined(COMPILER_MSVC) && !defined(__native_client__)
|
| extern template class InsetsBase<Insets, int>;
|
| #endif
|
|
|
|
|