| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index cfd3142848f277ff8834ebaeb1e90082ec46ee30..2e01c4b568235bf5ce79d721080cb5797af8856d 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -199,6 +199,10 @@ aura::test::EventGenerator& AshTestBase::GetEventGenerator() {
|
| return *event_generator_.get();
|
| }
|
|
|
| +ui::ContextFactory* AshTestBase::context_factory() {
|
| + return ash_test_helper_->context_factory();
|
| +}
|
| +
|
| bool AshTestBase::SupportsMultipleDisplays() {
|
| return AshTestHelper::SupportsMultipleDisplays();
|
| }
|
|
|