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

Unified Diff: ui/views/test/views_test_helper.cc

Issue 387993004: MacViews: Change Widget context type to NativeWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/test/views_test_helper.cc
diff --git a/ui/views/test/views_test_helper.cc b/ui/views/test/views_test_helper.cc
index e8dfdd15a749a24ac1dc81ed67c424b690bfa77b..75588a6cb7f0d338bc55788cc8a4b7d1e71be643 100644
--- a/ui/views/test/views_test_helper.cc
+++ b/ui/views/test/views_test_helper.cc
@@ -18,7 +18,7 @@ void ViewsTestHelper::SetUp() {
void ViewsTestHelper::TearDown() {
}
-gfx::NativeView ViewsTestHelper::GetContext() {
+gfx::NativeWindow ViewsTestHelper::GetContext() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698