diff options
Diffstat (limited to 'chromium/ui/views/view_class_properties.cc')
-rw-r--r-- | chromium/ui/views/view_class_properties.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/views/view_class_properties.cc b/chromium/ui/views/view_class_properties.cc index 0409ce2d73b..1dec102808a 100644 --- a/chromium/ui/views/view_class_properties.cc +++ b/chromium/ui/views/view_class_properties.cc @@ -20,7 +20,7 @@ DEFINE_EXPORTED_UI_CLASS_PROPERTY_TYPE(VIEWS_EXPORT, int) DEFINE_EXPORTED_UI_CLASS_PROPERTY_TYPE(VIEWS_EXPORT, gfx::Insets*) DEFINE_EXPORTED_UI_CLASS_PROPERTY_TYPE(VIEWS_EXPORT, - views::BubbleDialogDelegateView*) + views::BubbleDialogDelegate*) DEFINE_EXPORTED_UI_CLASS_PROPERTY_TYPE(VIEWS_EXPORT, views::HighlightPathGenerator*) @@ -31,7 +31,7 @@ namespace views { DEFINE_UI_CLASS_PROPERTY_KEY(int, kHitTestComponentKey, HTNOWHERE) DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Insets, kMarginsKey, nullptr) DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Insets, kInternalPaddingKey, nullptr) -DEFINE_UI_CLASS_PROPERTY_KEY(views::BubbleDialogDelegateView*, +DEFINE_UI_CLASS_PROPERTY_KEY(views::BubbleDialogDelegate*, kAnchoredDialogKey, nullptr) DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(views::HighlightPathGenerator, |