Skip to content

Commit

Permalink
Unreviewed, fix PlayStation build after 262488@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=254895

The refactor in 262488@main incurred lots of missing includes in platform-specific files; hopefully this is all of them.

* Source/WebKit/UIProcess/API/C/playstation/WKPagePrivatePlayStation.cpp:
* Source/WebKit/UIProcess/API/C/playstation/WKView.cpp:
* Source/WebKit/UIProcess/playstation/PageClientImpl.cpp:
* Source/WebKit/UIProcess/playstation/WebPageProxyPlayStation.cpp:

Canonical link: https://commits.webkit.org/262497@main
  • Loading branch information
rkirsling committed Apr 3, 2023
1 parent 9e694b9 commit dd452a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Expand Up @@ -34,6 +34,7 @@
#include "WKAPICast.h"
#include "WebEventFactory.h"
#include "WebPageProxy.h"
#include <WebCore/Region.h>
#include <cairo.h>
#include <wpe/wpe.h>

Expand Down
2 changes: 2 additions & 0 deletions Source/WebKit/UIProcess/API/C/playstation/WKView.cpp
Expand Up @@ -26,12 +26,14 @@
#include "config.h"
#include "WKView.h"

#include "APIClient.h"
#include "APIPageConfiguration.h"
#include "APIViewClient.h"
#include "PlayStationWebView.h"
#include "WKAPICast.h"
#include "WKSharedAPICast.h"
#include <WebCore/Cursor.h>
#include <WebCore/Region.h>

namespace API {
template<> struct ClientTraits<WKViewClientBase> {
Expand Down
2 changes: 2 additions & 0 deletions Source/WebKit/UIProcess/playstation/PageClientImpl.cpp
Expand Up @@ -29,6 +29,8 @@
#include "DrawingAreaProxyCoordinatedGraphics.h"
#include "PlayStationWebView.h"
#include "WebPageProxy.h"
#include <WebCore/DOMPasteAccess.h>
#include <WebCore/NotImplemented.h>

#if USE(GRAPHICS_LAYER_WC)
#include "DrawingAreaProxyWC.h"
Expand Down
Expand Up @@ -29,6 +29,7 @@
#include "EditorState.h"
#include "WebsiteDataStore.h"
#include <WebCore/NotImplemented.h>
#include <WebCore/SearchPopupMenu.h>
#include <WebCore/UserAgent.h>

namespace WebKit {
Expand Down

0 comments on commit dd452a4

Please sign in to comment.