Fahrsimulator_MSY2526_UX/lib/jcef/native/CefRegistration_N.cpp
2026-02-19 21:31:49 +01:00

15 lines
583 B
C++

// Copyright (c) 2024 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
#include "CefRegistration_N.h"
#include "include/cef_registration.h"
#include "jni_scoped_helpers.h"
JNIEXPORT void JNICALL
Java_org_cef_browser_CefRegistration_1N_N_1Dispose(JNIEnv* env,
jobject obj,
jlong self) {
SetCefForJNIObject<CefRegistration>(env, obj, NULL, "CefRegistration");
}