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

Unified Diff: ui/views/test/views_test_helper_aura.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_aura.h
diff --git a/ui/views/test/views_test_helper_aura.h b/ui/views/test/views_test_helper_aura.h
index b94bc365ceda32e91a73c1e1f3218c36d13037aa..77733bba99c11ccab2abfef81d87007e9923a75d 100644
--- a/ui/views/test/views_test_helper_aura.h
+++ b/ui/views/test/views_test_helper_aura.h
@@ -35,7 +35,7 @@ class ViewsTestHelperAura : public ViewsTestHelper {
// Overridden from ViewsTestHelper:
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
- virtual gfx::NativeView GetContext() OVERRIDE;
+ virtual gfx::NativeWindow GetContext() OVERRIDE;
private:
ui::ContextFactory* context_factory_;

Powered by Google App Engine
This is Rietveld 408576698