[webkit-changes] [WebKit/WebKit] 376275: Fix unused param warning in rareDataChangeRequires...

Don Olmstead noreply at github.com
Thu Mar 2 15:18:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 376275dc7331309598b1acedc68ec8534675f437
      https://github.com/WebKit/WebKit/commit/376275dc7331309598b1acedc68ec8534675f437
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M Source/WebCore/rendering/style/RenderStyle.cpp

  Log Message:
  -----------
  Fix unused param warning in rareDataChangeRequiresLayerRepaint
https://bugs.webkit.org/show_bug.cgi?id=253251

Reviewed by Fujii Hironori.

Mark `changedContextSensitiveProperties` as unused when
`ENABLE(FILTERS_LEVEL_2)` is `OFF`.

* Source/WebCore/rendering/style/RenderStyle.cpp:

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




More information about the webkit-changes mailing list