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

Unified Diff: ui/views/test/views_test_helper.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_helper.h
diff --git a/ui/views/test/views_test_helper.h b/ui/views/test/views_test_helper.h
index 53bac2f62c681c06fcfc2b82ddf383053d6b8c84..8d73333bab86b15429864d1e24090925fce0b3df 100644
--- a/ui/views/test/views_test_helper.h
+++ b/ui/views/test/views_test_helper.h
@@ -36,7 +36,7 @@ class ViewsTestHelper {
// Returns a context view. In aura builds, this will be the
// RootWindow. Everywhere else, NULL.
- virtual gfx::NativeView GetContext();
+ virtual gfx::NativeWindow GetContext();
private:
DISALLOW_COPY_AND_ASSIGN(ViewsTestHelper);

Powered by Google App Engine
This is Rietveld 408576698