Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / examples_window_with_content.cc
index 66342ca..bbc88b2 100644 (file)
@@ -12,7 +12,7 @@ namespace examples {
 
 void ShowExamplesWindowWithContent(Operation operation,
                                    content::BrowserContext* browser_context,
-                                   gfx::NativeView window_context) {
+                                   gfx::NativeWindow window_context) {
   scoped_ptr<ScopedVector<ExampleBase> > extra_examples(
       new ScopedVector<ExampleBase>);
   extra_examples->push_back(new WebViewExample(browser_context));