[webkit-changes] [WebKit/WebKit] 3dc92f: GraphicsLayerWC: Remove m_isFlushing member variab...
Fujii Hironori
noreply at github.com
Mon Jan 13 23:58:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3dc92fed6eb3fe90672ec61a48e7cea52f6b1831
https://github.com/WebKit/WebKit/commit/3dc92fed6eb3fe90672ec61a48e7cea52f6b1831
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths:
M Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.cpp
M Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.h
Log Message:
-----------
GraphicsLayerWC: Remove m_isFlushing member variable in favor of GraphicsLayerClient::isFlushingLayers()
https://bugs.webkit.org/show_bug.cgi?id=285732
Reviewed by Ross Kirsling.
<https://commits.webkit.org/287731@main> introduced
GraphicsLayerClient::isFlushingLayers(). GraphicsLayerWC can remove
m_isFlushing member variable.
* Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.cpp:
(WebKit::GraphicsLayerWC::noteLayerPropertyChanged):
(WebKit::GraphicsLayerWC::recursiveCommitChanges):
* Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.h:
Canonical link: https://commits.webkit.org/288831@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list