https://bugs.webkit.org/show_bug.cgi?id=188405
<rdar://problem/
43039520>
Unreviewed build fix.
* platform/graphics/texmap/GraphicsContext3DTextureMapper.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234710
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+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 Simon Fraser <simon.fraser@apple.com>
Add a WebKit2 logging channel for ActivityState
#include "Extensions3DOpenGL.h"
#endif
+#if USE(NICOSIA)
#include "NicosiaGC3DLayer.h"
+#endif
namespace WebCore {