Files
openide/platform/ui.jcef/jcef/JBCefOSRHandlerFactoryImpl.java
Vladimir Kharitonov c9d04d66e7 IJPL-165533 JCEF: fix backward compatibility
- bring back JBCefOSRHandlerFactory#createScreenBoundsProvider
- bring back the default implementation of JBCefOSRHandlerFactory


(cherry picked from commit 3806ead7222d61503572edb3fadafcc12d624b59)

IJ-CR-148101

GitOrigin-RevId: 9d2750d88b61bf9f14ae3ce983213a4e45756f18
2024-11-01 15:42:21 +00:00

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 {
}