| Index: ui/views/widget/widget_unittest.cc
|
| diff --git a/ui/views/widget/widget_unittest.cc b/ui/views/widget/widget_unittest.cc
|
| index aad83ba7cc523d5b805c85f634237047bea8567a..4556e4fc2a0fff7c90cb4969e0e0ae52fc1f59ce 100644
|
| --- a/ui/views/widget/widget_unittest.cc
|
| +++ b/ui/views/widget/widget_unittest.cc
|
| @@ -624,6 +624,7 @@ class WidgetWithDestroyedNativeViewTest : public ViewsTestBase {
|
| widget->ReleaseCapture();
|
| widget->HasCapture();
|
| widget->GetWorkAreaBoundsInScreen();
|
| + widget->CanHaveAlphaEnabled();
|
| }
|
|
|
| private:
|
|
|