Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 53fe05ad80c3f3be0434500b89fc601e4fe4cd79
      
https://github.com/WebKit/WebKit/commit/53fe05ad80c3f3be0434500b89fc601e4fe4cd79
  Author: Sammy Gill <[email protected]>
  Date:   2026-03-04 (Wed, 04 Mar 2026)

  Changed paths:
    M Source/WebCore/rendering/style/RenderStyle+GettersInlines.h
    M Source/WebCore/rendering/style/RenderStyle+SettersInlines.h
    M Source/WebCore/rendering/style/RenderStyle.h
    M Source/WebCore/style/StyleResolveForDocument.cpp
    M Source/WebCore/style/computed/StyleComputedStyleBase+GettersInlines.h
    M Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h
    M Source/WebCore/style/computed/StyleComputedStyleBase.h
    M Source/WebCore/style/computed/data/StyleInheritedRareData.cpp
    M Source/WebCore/style/computed/data/StyleInheritedRareData.h

  Log Message:
  -----------
  [EvaluationTimeZoom][Cleanup] StyleInheritedRareData::deviceScaleFactor is 
unused
https://bugs.webkit.org/show_bug.cgi?id=309119
rdar://171669443

Reviewed by Vitor Roriz and Tim Nguyen.

This field within StyleInheritedRareData is currently unused. The default
value is 1.0f, but often times it will get set to some other value. This
seems like it can result in unnecessary copies of StyleInheritedRareData
since this field is not used. We can remove it for now and add it back
in the future if we end up needing to use it here.

Canonical link: https://commits.webkit.org/308616@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to