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

Unified Diff: ui/views/examples/examples_window.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.h
diff --git a/ui/views/examples/examples_window.h b/ui/views/examples/examples_window.h
index 89222ef84a0f35dd97f70e175680d305cc1d9775..339389502f5a75a4c97f525d52a16c8bd07d7b4a 100644
--- a/ui/views/examples/examples_window.h
+++ b/ui/views/examples/examples_window.h
@@ -29,7 +29,7 @@ enum Operation {
// window should be created (see |Widget::InitParams::context| for details).
VIEWS_EXAMPLES_EXPORT void ShowExamplesWindow(
Operation operation,
- gfx::NativeView window_context,
+ gfx::NativeWindow window_context,
scoped_ptr<ScopedVector<ExampleBase> > extra_examples);
} // namespace examples

Powered by Google App Engine
This is Rietveld 408576698