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

Unified Diff: ui/views/examples/examples_with_content_main_exe.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/examples/examples_with_content_main_exe.cc
diff --git a/ui/views/examples/examples_with_content_main_exe.cc b/ui/views/examples/examples_with_content_main_exe.cc
index 8df1dec30abf1f6eef44e26490f0a8d0c29d0cb9..6d5613ea0cf4b185841afe759fe63a33b0017733 100644
--- a/ui/views/examples/examples_with_content_main_exe.cc
+++ b/ui/views/examples/examples_with_content_main_exe.cc
@@ -15,7 +15,7 @@
namespace {
void ShowContentExampleWindow(content::BrowserContext* browser_context,
- gfx::NativeView window_context) {
+ gfx::NativeWindow window_context) {
views::examples::ShowExamplesWindowWithContent(views::examples::QUIT_ON_CLOSE,
browser_context,
window_context);

Powered by Google App Engine
This is Rietveld 408576698