Title: [278325] trunk/Source/WebCore
Revision
278325
Author
[email protected]
Date
2021-06-01 14:01:06 -0700 (Tue, 01 Jun 2021)

Log Message

Remove duplicate "behavior for fixed" entry from scrolling state tree logging
https://bugs.webkit.org/show_bug.cgi?id=226479

Reviewed by Frédéric Wang.

* page/scrolling/ScrollingStateFrameScrollingNode.cpp:
(WebCore::ScrollingStateFrameScrollingNode::dumpProperties const):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (278324 => 278325)


--- trunk/Source/WebCore/ChangeLog	2021-06-01 20:48:55 UTC (rev 278324)
+++ trunk/Source/WebCore/ChangeLog	2021-06-01 21:01:06 UTC (rev 278325)
@@ -1,3 +1,13 @@
+2021-06-01  Cameron McCormack  <[email protected]>
+
+        Remove duplicate "behavior for fixed" entry from scrolling state tree logging
+        https://bugs.webkit.org/show_bug.cgi?id=226479
+
+        Reviewed by Frédéric Wang.
+
+        * page/scrolling/ScrollingStateFrameScrollingNode.cpp:
+        (WebCore::ScrollingStateFrameScrollingNode::dumpProperties const):
+
 2021-06-01  Fujii Hironori  <[email protected]>
 
         [WinCairo] GraphicsContextCairo::GraphicsContextCairo(HDC, bool) leaks cairo_t

Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp (278324 => 278325)


--- trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp	2021-06-01 20:48:55 UTC (rev 278324)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp	2021-06-01 21:01:06 UTC (rev 278325)
@@ -345,9 +345,6 @@
     if (m_overrideVisualViewportSize)
         ts.dumpProperty("override visual viewport size", m_overrideVisualViewportSize.value());
 
-    if (m_behaviorForFixed == StickToViewportBounds)
-        ts.dumpProperty("behavior for fixed", m_behaviorForFixed);
-
     if (!m_eventTrackingRegions.asynchronousDispatchRegion.isEmpty()) {
         TextStream::GroupScope scope(ts);
         ts << "asynchronous event dispatch region";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to