* WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:
(WebCore::WebGraphicsLayer::WebGraphicsLayer):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@113793
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-04-10 Yael Aharon <yael.aharon@nokia.com>
+
+ Unreviewed build fix after r113791.
+
+ * WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:
+ (WebCore::WebGraphicsLayer::WebGraphicsLayer):
+
2012-04-10 Yael Aharon <yael.aharon@nokia.com>
Initial support for fixed position elements in Qt WebKit2
: GraphicsLayer(client)
, m_maskTarget(0)
, m_inUpdateMode(false)
- , m_fixedToViewport(false)
, m_shouldUpdateVisibleRect(true)
, m_shouldSyncLayerState(true)
, m_shouldSyncChildren(true)
+ , m_fixedToViewport(false)
, m_webGraphicsLayerClient(0)
, m_contentsScale(1)
{