mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
- bring back JBCefOSRHandlerFactory#createScreenBoundsProvider - bring back the default implementation of JBCefOSRHandlerFactory (cherry picked from commit 3806ead7222d61503572edb3fadafcc12d624b59) IJ-CR-148101 GitOrigin-RevId: 9d2750d88b61bf9f14ae3ce983213a4e45756f18
6 lines
230 B
Java
6 lines
230 B
Java
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
package com.intellij.ui.jcef;
|
|
|
|
public class JBCefOSRHandlerFactoryImpl implements JBCefOSRHandlerFactory {
|
|
}
|