⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 278325 in webkit


Ignore:
Timestamp:
Jun 1, 2021, 2:01:06 PM (5 years ago)
Author:
Cameron McCormack
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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r278323 r278325  
     12021-06-01  Cameron McCormack  <heycam@apple.com>
     2
     3        Remove duplicate "behavior for fixed" entry from scrolling state tree logging
     4        https://bugs.webkit.org/show_bug.cgi?id=226479
     5
     6        Reviewed by Frédéric Wang.
     7
     8        * page/scrolling/ScrollingStateFrameScrollingNode.cpp:
     9        (WebCore::ScrollingStateFrameScrollingNode::dumpProperties const):
     10
    1112021-06-01  Fujii Hironori  <Hironori.Fujii@sony.com>
    212
  • trunk/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp

    r278253 r278325  
    346346        ts.dumpProperty("override visual viewport size", m_overrideVisualViewportSize.value());
    347347
    348     if (m_behaviorForFixed == StickToViewportBounds)
    349         ts.dumpProperty("behavior for fixed", m_behaviorForFixed);
    350 
    351348    if (!m_eventTrackingRegions.asynchronousDispatchRegion.isEmpty()) {
    352349        TextStream::GroupScope scope(ts);
Note: See TracChangeset for help on using the changeset viewer.