Title: [198267] trunk/Source/WebKit/win
Revision
198267
Author
[email protected]
Date
2016-03-16 00:11:18 -0700 (Wed, 16 Mar 2016)

Log Message

Unreviewed, rolling out r197693.

197031

Reverted changeset:

"[WinCairo][AcceleratedCompositing] Rendering issues on
www.bbc.com."
https://bugs.webkit.org/show_bug.cgi?id=154912
http://trac.webkit.org/changeset/197693

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (198266 => 198267)


--- trunk/Source/WebKit/win/ChangeLog	2016-03-16 07:05:24 UTC (rev 198266)
+++ trunk/Source/WebKit/win/ChangeLog	2016-03-16 07:11:18 UTC (rev 198267)
@@ -1,3 +1,16 @@
+2016-03-16  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed, rolling out r197693.
+
+        197031
+
+        Reverted changeset:
+
+        "[WinCairo][AcceleratedCompositing] Rendering issues on
+        www.bbc.com."
+        https://bugs.webkit.org/show_bug.cgi?id=154912
+        http://trac.webkit.org/changeset/197693
+
 2016-03-15  Brent Fulgham  <[email protected]>
 
         [Win] Correct double-release of CFURLConnectionRef

Modified: trunk/Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp (198266 => 198267)


--- trunk/Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp	2016-03-16 07:05:24 UTC (rev 198266)
+++ trunk/Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp	2016-03-16 07:11:18 UTC (rev 198267)
@@ -361,9 +361,7 @@
     if (!frameView->flushCompositingStateIncludingSubframes())
         return false;
 
-    // On WinCairo, we always have a scroll layer, and should not include the scroll position in the visible rectangle,
-    // since the scroll position is already reflected in the position of the scroll layer.
-    FloatRect visibleRect(FloatPoint(0, 0), getWebViewSize(m_webView));
+    FloatRect visibleRect(frameView->scrollPosition(), getWebViewSize(m_webView));
     downcast<GraphicsLayerTextureMapper>(*m_rootLayer).updateBackingStoreIncludingSubLayers(visibleRect);
     return true;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to