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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc

Issue 22293003: Clean up compositor initialization/destruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanupcompositor: UseRealGLBindings in NetInternalsTest Created 7 years, 4 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: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
index a1153719af03d749340e558a38b462b2b78a3f04..fdd6e5b953a039a87f85147f8804655200038ad5 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
@@ -154,6 +154,15 @@ TabDragControllerTest::TabDragControllerTest()
TabDragControllerTest::~TabDragControllerTest() {
}
+void TabDragControllerTest::SetUp() {
+ // TODO(danakj): Remove this when the tests are not flaky (crbug.com/270065)
+ // or we use test contexts in the renderer to keep things fast enough to
+ // avoid the flake (crbug.com/270918).
+ UseRealGLBindings();
+
+ InProcessBrowserTest::SetUp();
+}
+
void TabDragControllerTest::StopAnimating(TabStrip* tab_strip) {
tab_strip->StopAnimating(true);
}

Powered by Google App Engine
This is Rietveld 408576698