browser(webkit): fix compilation on mac (#3619)

This commit is contained in:
Yury Semikhatsky 2020-08-25 07:54:05 -07:00 committed by GitHub
parent e215461898
commit 14abee2b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1331
Changed: yurys@chromium.org Mon Aug 24 19:56:43 PDT 2020
1332
Changed: yurys@chromium.org Tue Aug 25 07:52:22 PDT 2020

View File

@ -8357,10 +8357,10 @@ index 59cdfdafab1d85ea3a5aecb3cd2293e6dfb1eb8d..52fe7990b1c18b964ee3cfa9f324e3c2
// 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
new file mode 100644
index 0000000000000000000000000000000000000000..7c786378903b69e6eb9c44915b57e70dee4adaea
index 0000000000000000000000000000000000000000..d521ce66f75470a44f91163e1b5155f30c0894ee
--- /dev/null
+++ b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
@@ -0,0 +1,170 @@
@@ -0,0 +1,171 @@
+/*
+ * Copyright (C) 2020 Microsoft Corporation.
+ *
@ -8392,6 +8392,7 @@ index 0000000000000000000000000000000000000000..7c786378903b69e6eb9c44915b57e70d
+#include "PageClient.h"
+#include "ScreencastEncoder.h"
+#include "WebPageProxy.h"
+#include "WebsiteDataStore.h"
+#include <JavaScriptCore/InspectorFrontendDispatchers.h>
+#include <JavaScriptCore/InspectorFrontendRouter.h>
+#include <WebCore/NotImplemented.h>