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

Unified Diff: ui/views/test/views_test_base.h

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_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index 814ee112c2a3903f8afe28d4b662ab20c4f7e32b..6664cba2e34885f18e8409fee786fe61cb2a9206 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -47,7 +47,7 @@ class ViewsTestBase : public PlatformTest {
// Returns a context view. In aura builds, this will be the
// RootWindow. Everywhere else, NULL.
- gfx::NativeView GetContext();
+ gfx::NativeWindow GetContext();
private:
base::MessageLoopForUI message_loop_;

Powered by Google App Engine
This is Rietveld 408576698