Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / mojo / services / native_viewport / native_viewport_service.h
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef MOJO_SERVICES_NATIVE_VIEWPORT_SERVICE_H_
6 #define MOJO_SERVICES_NATIVE_VIEWPORT_SERVICE_H_
7
8 #include "base/memory/scoped_vector.h"
9 #include "mojo/public/bindings/remote_ptr.h"
10 #include "mojo/public/shell/application.h"
11 #include "mojo/services/native_viewport/native_viewport_export.h"
12 #include "mojo/shell/context.h"
13
14 #if defined(OS_ANDROID)
15 MOJO_NATIVE_VIEWPORT_EXPORT mojo::Application*
16     CreateNativeViewportService(mojo::shell::Context* context,
17                                 mojo::ScopedShellHandle shell_handle);
18 #endif
19
20 #endif  // MOJO_SERVICES_NATIVE_VIEWPORT_SERVICE_H_