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

Unified Diff: chrome/test/base/view_event_test_base.cc

Issue 14744016: Remove unnecessary ui::CompositorTestSupport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add compositor_test_support dependency to ui/snapshot and ui/views test targets Created 7 years, 7 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/view_event_test_base.cc
diff --git a/chrome/test/base/view_event_test_base.cc b/chrome/test/base/view_event_test_base.cc
index b0cc5aee3e9cd53a711be5d0d32c7d5aeb258461..d1295785ec9bce862cba15c098ed8ba8a1840dc7 100644
--- a/chrome/test/base/view_event_test_base.cc
+++ b/chrome/test/base/view_event_test_base.cc
@@ -13,7 +13,6 @@
#include "chrome/test/base/ui_test_utils.h"
#include "content/public/browser/browser_thread.h"
#include "ui/base/ime/text_input_test_support.h"
-#include "ui/compositor/test/compositor_test_support.h"
#include "ui/message_center/message_center.h"
#include "ui/views/view.h"
#include "ui/views/widget/desktop_aura/desktop_screen.h"
@@ -101,7 +100,6 @@ void ViewEventTestBase::Done() {
void ViewEventTestBase::SetUp() {
ui::TextInputTestSupport::Initialize();
- ui::CompositorTestSupport::Initialize();
gfx::NativeView context = NULL;
#if defined(USE_ASH)
#if defined(OS_WIN)
@@ -160,7 +158,6 @@ void ViewEventTestBase::TearDown() {
#elif defined(USE_AURA)
aura_test_helper_->TearDown();
#endif
- ui::CompositorTestSupport::Terminate();
ui::TextInputTestSupport::Shutdown();
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698