Title: [261077] trunk/Source
Revision
261077
Author
[email protected]
Date
2020-05-04 01:27:00 -0700 (Mon, 04 May 2020)

Log Message

Unreviewed, speculative build fix for r261071
https://bugs.webkit.org/show_bug.cgi?id=211274

* UIProcess/Cocoa/WebPageProxyCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PlatformMac.cmake (261076 => 261077)


--- trunk/Source/WebCore/PlatformMac.cmake	2020-05-04 08:23:44 UTC (rev 261076)
+++ trunk/Source/WebCore/PlatformMac.cmake	2020-05-04 08:27:00 UTC (rev 261077)
@@ -576,6 +576,7 @@
 
     platform/mac/DynamicLinkerInterposing.h
     platform/mac/LegacyNSPasteboardTypes.h
+    platform/mac/LocalCurrentGraphicsContext.h
     platform/mac/LocalDefaultSystemAppearance.h
     platform/mac/NSScrollerImpDetails.h
     platform/mac/PasteboardWriter.h

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (261076 => 261077)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-05-04 08:23:44 UTC (rev 261076)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-05-04 08:27:00 UTC (rev 261077)
@@ -74,7 +74,7 @@
 		0668E18B0ADD9624004128E0 /* PopupMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 0668E1890ADD9624004128E0 /* PopupMenu.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		066C772B0AB603B700238CC4 /* FileChooser.h in Headers */ = {isa = PBXBuildFile; fileRef = 066C772A0AB603B700238CC4 /* FileChooser.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		066C77310AB603FD00238CC4 /* RenderFileUploadControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 066C772F0AB603FD00238CC4 /* RenderFileUploadControl.h */; };
-		06E81ED70AB5D5E900C87837 /* LocalCurrentGraphicsContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E81ED60AB5D5E900C87837 /* LocalCurrentGraphicsContext.h */; };
+		06E81ED70AB5D5E900C87837 /* LocalCurrentGraphicsContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E81ED60AB5D5E900C87837 /* LocalCurrentGraphicsContext.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		070334D31459FFAD008D8D45 /* TrackEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 070334D01459FFAC008D8D45 /* TrackEvent.cpp */; };
 		070334D71459FFD5008D8D45 /* TrackBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 070334D61459FFD5008D8D45 /* TrackBase.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		070334D9145A006F008D8D45 /* TrackBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 070334D8145A006F008D8D45 /* TrackBase.cpp */; };

Modified: trunk/Source/WebKit/ChangeLog (261076 => 261077)


--- trunk/Source/WebKit/ChangeLog	2020-05-04 08:23:44 UTC (rev 261076)
+++ trunk/Source/WebKit/ChangeLog	2020-05-04 08:27:00 UTC (rev 261077)
@@ -1,3 +1,10 @@
+2020-05-04  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, speculative build fix for r261071
+        https://bugs.webkit.org/show_bug.cgi?id=211274
+
+        * UIProcess/Cocoa/WebPageProxyCocoa.mm:
+
 2020-05-04  Emilio Cobos Álvarez  <[email protected]>
 
         Put lh / rlh units behind a flag until bug 211351 is sorted out.

Modified: trunk/Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm (261076 => 261077)


--- trunk/Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm	2020-05-04 08:23:44 UTC (rev 261076)
+++ trunk/Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm	2020-05-04 08:27:00 UTC (rev 261077)
@@ -42,6 +42,7 @@
 #import "WebProcessProxy.h"
 #import "WebsiteDataStore.h"
 #import <WebCore/DragItem.h>
+#import <WebCore/LocalCurrentGraphicsContext.h>
 #import <WebCore/NotImplemented.h>
 #import <WebCore/SearchPopupMenuCocoa.h>
 #import <WebCore/ValidationBubble.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to