Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1113)

Unified Diff: ui/aura/test/test_suite.cc

Issue 8395043: Fix up compositor mocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/aura/test/test_suite.cc
diff --git a/ui/aura/test/test_suite.cc b/ui/aura/test/test_suite.cc
index 4c4faa697ee9a5cee2c5d046fee68b564e87c763..b75f337f5c56932ad3d3ebfc50711b9b8fa43557 100644
--- a/ui/aura/test/test_suite.cc
+++ b/ui/aura/test/test_suite.cc
@@ -10,6 +10,7 @@
#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/compositor/test_compositor.h"
#include "ui/gfx/gfx_paths.h"
#include "ui/gfx/gl/gl_implementation.h"
@@ -29,7 +30,7 @@ void AuraTestSuite::Initialize() {
// output, it'll pass regardless of the system language.
ui::ResourceBundle::InitSharedInstance("en-US");
ui::CompositorTestSupport::Initialize();
- ui::CompositorTestSupport::SetupMockCompositor();
+ ui::TestCompositor::SetupTestCompositor();
sky 2011/10/26 15:36:15 It is possible to only have one initialize/setup c
jonathan.backer 2011/10/26 15:58:33 ui::CompositorTestSupport::Initialize() pulls in a
}
void AuraTestSuite::Shutdown() {

Powered by Google App Engine
This is Rietveld 408576698