File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- 1270
1
+ 1271
Original file line number Diff line number Diff line change @@ -8606,10 +8606,10 @@ index 59cdfdafab1d85ea3a5aecb3cd2293e6dfb1eb8d..52fe7990b1c18b964ee3cfa9f324e3c2
8606
8606
// The timeout we use when waiting for a DidUpdateGeometry message.
8607
8607
diff --git a/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
8608
8608
new file mode 100644
8609
- index 0000000000000000000000000000000000000000..d796a81ab5dae0627fab017f77074d411c4da40a
8609
+ index 0000000000000000000000000000000000000000..4da3a8e8e55b60c29240692ce2bb316de8b28cb1
8610
8610
--- /dev/null
8611
8611
+++ b/Source/WebKit/UIProcess/Inspector/Agents/InspectorScreencastAgent.cpp
8612
- @@ -0,0 +1,255 @@
8612
+ @@ -0,0 +1,259 @@
8613
8613
+/*
8614
8614
+ * Copyright (C) 2020 Microsoft Corporation.
8615
8615
+ *
@@ -8682,8 +8682,12 @@ index 0000000000000000000000000000000000000000..d796a81ab5dae0627fab017f77074d41
8682
8682
+#if USE(COORDINATED_GRAPHICS)
8683
8683
+void InspectorScreencastAgent::didPaint(cairo_surface_t* surface)
8684
8684
+{
8685
+ +#if PLATFORM(GTK)
8685
8686
+ if (m_encoder)
8686
8687
+ m_encoder->encodeFrame(surface, m_page.drawingArea()->size());
8688
+ +#else
8689
+ + UNUSED_PARAM(surface);
8690
+ +#endif
8687
8691
+}
8688
8692
+#endif
8689
8693
+
You can’t perform that action at this time.
0 commit comments