| Index: ui/aura/test/test_suite.cc
|
| diff --git a/ui/aura/test/test_suite.cc b/ui/aura/test/test_suite.cc
|
| index b1b371be85acbab1ccadef9cd2442badd5411906..11e0f3bd98e178331352558eda0b163a898a960c 100644
|
| --- a/ui/aura/test/test_suite.cc
|
| +++ b/ui/aura/test/test_suite.cc
|
| @@ -9,6 +9,7 @@
|
| #include "build/build_config.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| +#include "ui/gfx/compositor/compositor_test_support.h"
|
| #include "ui/gfx/gfx_paths.h"
|
| #include "ui/gfx/gl/gl_implementation.h"
|
|
|
| @@ -27,9 +28,11 @@ void AuraTestSuite::Initialize() {
|
| // Force unittests to run using en-US so if we test against string
|
| // output, it'll pass regardless of the system language.
|
| ui::ResourceBundle::InitSharedInstance("en-US");
|
| + ui::CompositorTestSupport::Initialize();
|
| }
|
|
|
| void AuraTestSuite::Shutdown() {
|
| + ui::CompositorTestSupport::Terminate();
|
| ui::ResourceBundle::CleanupSharedInstance();
|
|
|
| base::TestSuite::Shutdown();
|
|
|