diff options
Diffstat (limited to 'chromium/ui/views/controls/scroll_view.h')
-rw-r--r-- | chromium/ui/views/controls/scroll_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/views/controls/scroll_view.h b/chromium/ui/views/controls/scroll_view.h index 6df7bca1027..54b1e11e5ce 100644 --- a/chromium/ui/views/controls/scroll_view.h +++ b/chromium/ui/views/controls/scroll_view.h @@ -278,7 +278,7 @@ class VIEWS_EXPORT ScrollView : public View, public ScrollBarController { const bool scroll_with_layers_enabled_; // The focus ring for this ScrollView. - std::unique_ptr<FocusRing> focus_ring_; + FocusRing* focus_ring_ = nullptr; DISALLOW_COPY_AND_ASSIGN(ScrollView); }; |