RFR: 8239589: JavaFX UI will not repaint after reconnecting via Remote Desktop [v3]

Kevin Rushforth kcr at openjdk.java.net
Fri Mar 19 12:08:05 UTC 2021


On Fri, 19 Mar 2021 08:17:56 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Minor typos + make verbose print less verbose
>
> modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/RTImage.java line 52:
> 
>> 50:     private RTTexture txt;
>> 51:     private final int width, height;
>> 52:     private WeakReference<ResourceFactory> listenerAdded = null;
> 
> may be rename the variable to `resourceFactoryRef`

I renamed it here, and in `WCPageBackBufferImpl`, to `registeredWithFactory` which is the same name as is used in `PrismMediaFrameHandler`.

-------------

PR: https://git.openjdk.java.net/jfx/pull/430


More information about the openjfx-dev mailing list