Chromium Code Reviews| Index: ui/views/view.cc |
| diff --git a/ui/views/view.cc b/ui/views/view.cc |
| index 27eada4660d6798ae106657b69e53a3358dd1d72..81f41338c0af970b26e2b83dc1cb7b4ca604e085 100644 |
| --- a/ui/views/view.cc |
| +++ b/ui/views/view.cc |
| @@ -68,6 +68,8 @@ |
| #include "ui/native_theme/native_theme_win.h" |
| #endif |
| +DECLARE_EXPORTED_UI_CLASS_PROPERTY_TYPE(VIEWS_EXPORT, gfx::Insets*); |
| + |
| namespace views { |
| namespace { |
| @@ -2668,4 +2670,6 @@ bool View::DoDrag(const ui::LocatedEvent& event, |
| return true; |
| } |
| +DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Insets, kMarginsKey, nullptr); |
| + |
| } // namespace views |