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

Unified Diff: ui/views/examples/examples_window_with_content.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/examples/examples_window_with_content.h
diff --git a/ui/views/examples/examples_window_with_content.h b/ui/views/examples/examples_window_with_content.h
index 407fd2eeb7ee994da22f4efa3f3390765ab5daf2..945201bdf7cf08e9f9f644ddfbf002de63e356d7 100644
--- a/ui/views/examples/examples_window_with_content.h
+++ b/ui/views/examples/examples_window_with_content.h
@@ -20,7 +20,7 @@ namespace examples {
VIEWS_EXAMPLES_WITH_CONTENT_EXPORT void ShowExamplesWindowWithContent(
Operation operation,
content::BrowserContext* browser_context,
- gfx::NativeView window_context);
+ gfx::NativeWindow window_context);
} // namespace examples
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698