WebKit Bugzilla
Attachment 346779 Details for
Bug 188405
: [Nicosia] Add the Nicosia-specific PlatformLayer type alias
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
WinCairo build fix
bug-188405.diff (text/plain), 1.13 KB, created by
Don Olmstead
on 2018-08-08 11:36:21 PDT
(
hide
)
Description:
WinCairo build fix
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2018-08-08 11:36:21 PDT
Size:
1.13 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 10657f39bf8..ca5b08ce26d 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2018-08-08 Don Olmstead <don.olmstead@sony.com> >+ >+ [Nicosia] Add the Nicosia-specific PlatformLayer type alias >+ https://bugs.webkit.org/show_bug.cgi?id=188405 >+ <rdar://problem/43039520> >+ >+ Unreviewed build fix. >+ >+ * platform/graphics/texmap/GraphicsContext3DTextureMapper.cpp: >+ > 2018-08-08 Joseph Pecoraro <pecoraro@apple.com> > > Web Inspector: XHR content sometimes shows as error even though load succeeded >diff --git a/Source/WebCore/platform/graphics/texmap/GraphicsContext3DTextureMapper.cpp b/Source/WebCore/platform/graphics/texmap/GraphicsContext3DTextureMapper.cpp >index b7cc26a100f..e26281d61d4 100644 >--- a/Source/WebCore/platform/graphics/texmap/GraphicsContext3DTextureMapper.cpp >+++ b/Source/WebCore/platform/graphics/texmap/GraphicsContext3DTextureMapper.cpp >@@ -53,7 +53,9 @@ > #include "Extensions3DOpenGL.h" > #endif > >+#if USE(NICOSIA) > #include "NicosiaGC3DLayer.h" >+#endif > > namespace WebCore { >
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 188405
:
346759
|
346761
|
346779
|
346784