On Fri, 19 Mar 2021 08:17:56 GMT, Ambarish Rapte <ara...@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