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

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

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.h
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
index 896770acd22672ea5436289fb9f5c761005e7a2b..40fcda52b839fec17e97885e857f2e3fc5898602 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
@@ -33,6 +33,8 @@ class TabDragControllerTest : public InProcessBrowserTest {
TabDragControllerTest();
virtual ~TabDragControllerTest();
+ virtual void SetUp() OVERRIDE;
+
// Cover for TabStrip::StopAnimating(true).
void StopAnimating(TabStrip* tab_strip);
@@ -71,6 +73,6 @@ void ResetIDs(TabStripModel* model, int start);
// is separated by a space.
std::string IDString(TabStripModel* model);
-}
+} // namespace test
#endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_DRAG_CONTROLLER_INTERACTIVE_UITEST_H_

Powered by Google App Engine
This is Rietveld 408576698