blob: 3700479d9c64e2caaeb91695080fd22e78148f8f [file] [log] [blame]
// Copyright 2017 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 CHROME_BROWSER_ANDROID_VR_ANDROID_VR_UTILS_H_
#define CHROME_BROWSER_ANDROID_VR_ANDROID_VR_UTILS_H_
#include "base/android/jni_android.h"
// Functions in this file are currently GVR/ArCore specific functions. If other
// platforms need the same function here, please move it to
// chrome/browser/vr/*util.cc|h
namespace vr {
base::android::ScopedJavaLocalRef<jobject> GetTabFromRenderer(
int render_process_id,
int render_frame_id);
} // namespace vr
#endif // CHROME_BROWSER_ANDROID_VR_ANDROID_VR_UTILS_H_