void GraphicsLayerChromium::setBackgroundColor(const Color& color) { GraphicsLayer::setBackgroundColor(color); m_contentsLayerHasBackgroundColor = true; updateLayerBackgroundColor(); }
void GraphicsLayerChromium::setBackgroundColor(const Color& color) { if (m_backgroundColorSet && m_backgroundColor == color) return; GraphicsLayer::setBackgroundColor(color); m_contentsLayerHasBackgroundColor = true; updateLayerBackgroundColor(); }