WebKit Bugzilla
Attachment 346082 Details for
Bug 188177
: Add missing CoreGraphics SPI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188177-20180730122026.patch (text/plain), 2.38 KB, created by
Devin Rousso
on 2018-07-30 12:20:27 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2018-07-30 12:20:27 PDT
Size:
2.38 KB
patch
obsolete
>diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index fda5775e69e479a3207c0cfc88186f227cdcec07..5737622b584d4e7288035352b8b3eb9de2bf409e 100644 >--- a/Source/WebCore/PAL/ChangeLog >+++ b/Source/WebCore/PAL/ChangeLog >@@ -1,3 +1,12 @@ >+2018-07-30 Devin Rousso <webkit@devinrousso.com> >+ >+ Add missing CoreGraphics SPI >+ https://bugs.webkit.org/show_bug.cgi?id=188177 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * pal/spi/cg/CoreGraphicsSPI.h: >+ > 2018-07-26 Andy VanWagoner <andy@vanwagoner.family> > > [INTL] Remove INTL sub-feature compile flags >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 8b477c5adbf85be5bdf37f2463708f96700b2afd..7cac0108fd8c33be81206188e6f3f4ded1557ca9 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2018-07-30 Devin Rousso <webkit@devinrousso.com> >+ >+ Add missing CoreGraphics SPI >+ https://bugs.webkit.org/show_bug.cgi?id=188177 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/cocoa/WebProcessCocoa.mm: >+ > 2018-07-30 David Fenton <david_fenton@apple.com> > > Unreviewed, rolling out r234327. >diff --git a/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h b/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h >index f1677644208801a9934c6dc909ff790e36bc71c3..e897c6bc295d4e44f559e160a6af82919eda6218 100644 >--- a/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h >+++ b/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h >@@ -302,6 +302,10 @@ bool ColorSyncProfileIsWideGamut(ColorSyncProfileRef); > size_t CGDisplayModeGetPixelsWide(CGDisplayModeRef); > size_t CGDisplayModeGetPixelsHigh(CGDisplayModeRef); > >+#if ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING) >+CGError CGSSetDenyWindowServerConnections(bool); >+#endif // ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING) >+ > #endif > > WTF_EXTERN_C_END >diff --git a/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm b/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm >index 7cdf2871d48b1d36cfbc0ba49a0034a60a2c43a6..010355ff5f6c84f4110b6e6753a473a20e2c4719 100644 >--- a/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm >+++ b/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm >@@ -64,6 +64,7 @@ > #import <algorithm> > #import <dispatch/dispatch.h> > #import <objc/runtime.h> >+#import <pal/spi/cg/CoreGraphicsSPI.h> > #import <pal/spi/cocoa/LaunchServicesSPI.h> > #import <pal/spi/cocoa/QuartzCoreSPI.h> > #import <pal/spi/cocoa/pthreadSPI.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188177
: 346082