--- old/modules/graphics/src/main/java/javafx/scene/layout/BackgroundConverter.java 2015-09-03 15:10:19.166408900 -0700 +++ new/modules/graphics/src/main/java/javafx/scene/layout/BackgroundConverter.java 2015-09-03 15:10:18.589375900 -0700 @@ -25,7 +25,6 @@ package javafx.scene.layout; -import com.sun.javafx.css.StyleConverterImpl; import com.sun.javafx.css.StyleManager; import com.sun.javafx.scene.layout.region.RepeatStruct; import java.util.Map; @@ -33,6 +32,7 @@ import javafx.css.ParsedValue; import javafx.css.StyleConverter; import javafx.css.Styleable; +import javafx.css.StyleConverter; import javafx.geometry.Insets; import javafx.scene.image.Image; import javafx.scene.paint.Paint; @@ -40,7 +40,7 @@ /** * Converts the CSS for -fx-background items into a Background. */ -class BackgroundConverter extends StyleConverterImpl { +class BackgroundConverter extends StyleConverter { static final StyleConverter INSTANCE = new BackgroundConverter();