Changeset: 489caa3dfeb5 Author: David Grieve<david.gri...@oracle.com> Date: 2013-06-25 13:57 -0400 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/489caa3dfeb5
RT-29975: key to lookup cached styles depended on which parent nodes had parent stylesheets. This led to cache misses because an identical scene-graph would have a different key simply because the node instances were different. Instead, the key can just use the list of parent stylesheets. ! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java