Index: ui/views/view.cc |
diff --git a/ui/views/view.cc b/ui/views/view.cc |
index b39da4994275cb5067ff16a1f2cfbb886fcac57f..b838b965eb4c7257fe056b56c9f404a946320fbe 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 { |
@@ -2670,4 +2672,6 @@ bool View::DoDrag(const ui::LocatedEvent& event, |
return true; |
} |
+DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Insets, kMarginsKey, nullptr); |
+ |
} // namespace views |