| Index: ui/views/test/views_test_helper_mac.h
|
| diff --git a/ui/views/test/views_test_helper_mac.h b/ui/views/test/views_test_helper_mac.h
|
| index 31fc0d8d09289aa3220eb97e138729ec3b4719bb..5b3982be855f75470a71a891212cd936fba96247 100644
|
| --- a/ui/views/test/views_test_helper_mac.h
|
| +++ b/ui/views/test/views_test_helper_mac.h
|
| @@ -10,6 +10,9 @@
|
| #include "ui/views/test/views_test_helper.h"
|
|
|
| namespace ui {
|
| +namespace test {
|
| +class ScopedFakeNSWindowFocus;
|
| +}
|
| class ScopedAnimationDurationScaleMode;
|
| }
|
|
|
| @@ -22,11 +25,14 @@ class ViewsTestHelperMac : public ViewsTestHelper {
|
|
|
| // ViewsTestHelper:
|
| void TearDown() override;
|
| + void EnableFakeWindowActivation() override;
|
|
|
| private:
|
| // Disable animations during tests.
|
| scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
|
|
| + scoped_ptr<ui::test::ScopedFakeNSWindowFocus> faked_focus_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ViewsTestHelperMac);
|
| };
|
|
|
|
|