mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(webkit): fix compilation on mac (#3619)
This commit is contained in:
parent
e215461898
commit
14abee2b00
@ -1,2 +1,2 @@
|
|||||||
1331
|
1332
|
||||||
Changed: yurys@chromium.org Mon Aug 24 19:56:43 PDT 2020
|
Changed: yurys@chromium.org Tue Aug 25 07:52:22 PDT 2020
|
||||||
|
@ -8357,10 +8357,10 @@ index 59cdfdafab1d85ea3a5aecb3cd2293e6dfb1eb8d..52fe7990b1c18b964ee3cfa9f324e3c2
|
|||||||
// The timeout we use when waiting for a DidUpdateGeometry message.
|
// The timeout we use when waiting for a DidUpdateGeometry message.
|
||||||
diff --git a/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
|
diff --git a/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..7c786378903b69e6eb9c44915b57e70dee4adaea
|
index 0000000000000000000000000000000000000000..d521ce66f75470a44f91163e1b5155f30c0894ee
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
|
+++ b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
|
||||||
@@ -0,0 +1,170 @@
|
@@ -0,0 +1,171 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright (C) 2020 Microsoft Corporation.
|
+ * Copyright (C) 2020 Microsoft Corporation.
|
||||||
+ *
|
+ *
|
||||||
@ -8392,6 +8392,7 @@ index 0000000000000000000000000000000000000000..7c786378903b69e6eb9c44915b57e70d
|
|||||||
+#include "PageClient.h"
|
+#include "PageClient.h"
|
||||||
+#include "ScreencastEncoder.h"
|
+#include "ScreencastEncoder.h"
|
||||||
+#include "WebPageProxy.h"
|
+#include "WebPageProxy.h"
|
||||||
|
+#include "WebsiteDataStore.h"
|
||||||
+#include <JavaScriptCore/InspectorFrontendDispatchers.h>
|
+#include <JavaScriptCore/InspectorFrontendDispatchers.h>
|
||||||
+#include <JavaScriptCore/InspectorFrontendRouter.h>
|
+#include <JavaScriptCore/InspectorFrontendRouter.h>
|
||||||
+#include <WebCore/NotImplemented.h>
|
+#include <WebCore/NotImplemented.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user