Skip to content

Commit

Permalink
browser(webkit): fix compilation on mac (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Aug 25, 2020
1 parent e215461 commit 14abee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1331
Changed: [email protected] Mon Aug 24 19:56:43 PDT 2020
1332
Changed: [email protected] Tue Aug 25 07:52:22 PDT 2020
5 changes: 3 additions & 2 deletions browser_patches/webkit/patches/bootstrap.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+ *
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 14abee2

Please sign in to comment.