[webkit-changes] [WebKit/WebKit] a63d53: [PlayStation] Paint to correct DrawingAreaProxy type
Don Olmstead
noreply at github.com
Mon May 8 21:52:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a63d53b024de0ae60e5571b9ba70dd74322fd75b
https://github.com/WebKit/WebKit/commit/a63d53b024de0ae60e5571b9ba70dd74322fd75b
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M Source/WebKit/UIProcess/API/C/playstation/WKPagePrivatePlayStation.cpp
M Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.h
M Source/WebKit/UIProcess/playstation/PageClientImpl.cpp
M Source/WebKit/UIProcess/wc/DrawingAreaProxyWC.h
Log Message:
-----------
[PlayStation] Paint to correct DrawingAreaProxy type
https://bugs.webkit.org/show_bug.cgi?id=255692
Reviewed by Fujii Hironori.
Add specialized types for `DrawingAreaProxyCoordinatedGraphics` and
`DrawingAreaProxyWC` so within `WKPagePaint` the correct type can be
cast to.
* Source/WebKit/UIProcess/API/C/playstation/WKPagePrivatePlayStation.cpp:
(WKPagePaint):
* Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.h:
* Source/WebKit/UIProcess/playstation/PageClientImpl.cpp:
* Source/WebKit/UIProcess/wc/DrawingAreaProxyWC.h:
Canonical link: https://commits.webkit.org/263848@main
More information about the webkit-changes
mailing list