Upstream version 6.35.131.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / android / xwalk_view_delegate.h
1 // Copyright (c) 2014 Intel 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 XWALK_RUNTIME_BROWSER_ANDROID_XWALK_VIEW_DELEGATE_H_
6 #define XWALK_RUNTIME_BROWSER_ANDROID_XWALK_VIEW_DELEGATE_H_
7
8 #include <jni.h>
9
10 namespace xwalk {
11
12 bool RegisterXWalkViewDelegate(JNIEnv* env);
13
14 }  // namespace xwalk
15
16 #endif  // XWALK_RUNTIME_BROWSER_ANDROID_XWALK_VIEW_DELEGATE_H_