summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2020-04-24 10:27:10 -0400
committeradeshkp <adeshkp@users.noreply.github.com>2020-04-24 10:27:31 -0400
commit3e63479f3747f783cb0b3026d87b07da63b23134 (patch)
treee00abac26d19358718dd46dbb580be7fbdcb023c
parentd99fc2ead2fc5735537529e1709c6be1107f8a2a (diff)
downloadUXP-3e63479f3747f783cb0b3026d87b07da63b23134.tar
UXP-3e63479f3747f783cb0b3026d87b07da63b23134.tar.gz
UXP-3e63479f3747f783cb0b3026d87b07da63b23134.tar.lz
UXP-3e63479f3747f783cb0b3026d87b07da63b23134.tar.xz
UXP-3e63479f3747f783cb0b3026d87b07da63b23134.zip
Issue #80 - Include D3DMessageUtils.h in dom/plugins/ipc for Mac build
This should ideally not be needed on Mac but compilation fails due to sizeof `DxgiAdapterDesc` not known. Didn't face this issue on Linux though, probably due to a different include chain which already has this file included somewhere along the way.
-rw-r--r--dom/plugins/ipc/PluginInstanceParent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/plugins/ipc/PluginInstanceParent.cpp b/dom/plugins/ipc/PluginInstanceParent.cpp
index a7d4a6ff5..523dc5c80 100644
--- a/dom/plugins/ipc/PluginInstanceParent.cpp
+++ b/dom/plugins/ipc/PluginInstanceParent.cpp
@@ -9,6 +9,7 @@
#include "mozilla/BasicEvents.h"
#include "mozilla/Preferences.h"
+#include "mozilla/D3DMessageUtils.h"
#include "D3D11SurfaceHolder.h"
#include "PluginInstanceParent.h"
#include "BrowserStreamParent.h"