WebKit Bugzilla
Attachment 356968 Details for
Bug 192557
: Include CoreGraphics.h from WebCorePrefix.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
CoreGraphicsInclude.txt (text/plain), 1.04 KB, created by
Alexey Proskuryakov
on 2018-12-10 10:00:58 PST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Alexey Proskuryakov
Created:
2018-12-10 10:00:58 PST
Size:
1.04 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 239034) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2018-12-10 Alexey Proskuryakov <ap@apple.com> >+ >+ Include CoreGraphics.h from WebCorePrefix.h >+ https://bugs.webkit.org/show_bug.cgi?id=192557 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ The theory is that this will improve build time. Let's try and see what bots say. >+ >+ * WebCorePrefix.h: >+ > 2018-12-10 Truitt Savell <tsavell@apple.com> > > Unreviewed, rolling out r238965. >Index: Source/WebCore/WebCorePrefix.h >=================================================================== >--- Source/WebCore/WebCorePrefix.h (revision 239031) >+++ Source/WebCore/WebCorePrefix.h (working copy) >@@ -86,6 +86,10 @@ > #include <CoreFoundation/CoreFoundation.h> > #endif > >+#if USE(CG) >+#include <CoreGraphics/CoreGraphics.h> >+#endif >+ > #if OS(WINDOWS) > #ifndef CF_IMPLICIT_BRIDGING_ENABLED > #define CF_IMPLICIT_BRIDGING_ENABLED
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 192557
: 356968