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

Unified Diff: ui/views/controls/textfield/native_textfield_views_unittest.cc

Issue 10084020: Removing defunct code around PureViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge tests. Created 8 years, 8 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/views/controls/textfield/native_textfield_views_unittest.cc
diff --git a/ui/views/controls/textfield/native_textfield_views_unittest.cc b/ui/views/controls/textfield/native_textfield_views_unittest.cc
index b694ff42ccfdac41047f21af00c570c0f53b2458..7d80c1098e01bf8f8a22ed11cfe035f0407ebb25 100644
--- a/ui/views/controls/textfield/native_textfield_views_unittest.cc
+++ b/ui/views/controls/textfield/native_textfield_views_unittest.cc
@@ -126,13 +126,11 @@ class NativeTextfieldViewsTest : public ViewsTestBase,
// ::testing::Test:
virtual void SetUp() {
ViewsTestBase::SetUp();
- Widget::SetPureViews(true);
}
virtual void TearDown() {
if (widget_)
widget_->Close();
- Widget::SetPureViews(false);
ViewsTestBase::TearDown();
}
« no previous file with comments | « ui/views/controls/scrollbar/scrollbar_unittest.cc ('k') | ui/views/controls/textfield/native_textfield_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698