summaryrefslogtreecommitdiffstats
path: root/chromium/mojo/services/native_viewport/native_viewport_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/mojo/services/native_viewport/native_viewport_service.h')
-rw-r--r--chromium/mojo/services/native_viewport/native_viewport_service.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/mojo/services/native_viewport/native_viewport_service.h b/chromium/mojo/services/native_viewport/native_viewport_service.h
new file mode 100644
index 00000000000..99b455c9bae
--- /dev/null
+++ b/chromium/mojo/services/native_viewport/native_viewport_service.h
@@ -0,0 +1,18 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef MOJO_SERVICES_NATIVE_VIEWPORT_SERVICE_H_
+#define MOJO_SERVICES_NATIVE_VIEWPORT_SERVICE_H_
+
+#include "base/memory/scoped_vector.h"
+#include "mojo/public/cpp/application/application.h"
+#include "mojo/services/native_viewport/native_viewport_export.h"
+#include "mojo/shell/context.h"
+
+MOJO_NATIVE_VIEWPORT_EXPORT mojo::Application*
+ CreateNativeViewportService(
+ mojo::shell::Context* context,
+ mojo::ScopedMessagePipeHandle service_provider_handle);
+
+#endif // MOJO_SERVICES_NATIVE_VIEWPORT_SERVICE_H_