Title: [113793] trunk/Source/WebKit2
- Revision
- 113793
- Author
- yael.aha...@nokia.com
- Date
- 2012-04-10 17:09:45 -0700 (Tue, 10 Apr 2012)
Log Message
Unreviewed build fix after r113791.
* WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:
(WebCore::WebGraphicsLayer::WebGraphicsLayer):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (113792 => 113793)
--- trunk/Source/WebKit2/ChangeLog 2012-04-10 23:44:26 UTC (rev 113792)
+++ trunk/Source/WebKit2/ChangeLog 2012-04-11 00:09:45 UTC (rev 113793)
@@ -1,5 +1,12 @@
2012-04-10 Yael Aharon <yael.aha...@nokia.com>
+ Unreviewed build fix after r113791.
+
+ * WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:
+ (WebCore::WebGraphicsLayer::WebGraphicsLayer):
+
+2012-04-10 Yael Aharon <yael.aha...@nokia.com>
+
Initial support for fixed position elements in Qt WebKit2
https://bugs.webkit.org/show_bug.cgi?id=81786
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp (113792 => 113793)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp 2012-04-10 23:44:26 UTC (rev 113792)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp 2012-04-11 00:09:45 UTC (rev 113793)
@@ -96,10 +96,10 @@
: 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)
{
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes