diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 20:34:35 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:33 +0200 |
commit | 594cbca6d1209afbed3c9af99522d9e80fd613ab (patch) | |
tree | 0967a67fee61adb70231eb68b541c71f51411519 /dom/plugins/ipc/PluginInstanceParent.cpp | |
parent | a4ba2609049d30aa8c5cc552e4137ad73af897f2 (diff) | |
download | UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar.gz UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar.lz UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar.xz UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.zip |
Issue #80 - De-unify dom/plugins/ipc
Diffstat (limited to 'dom/plugins/ipc/PluginInstanceParent.cpp')
-rw-r--r-- | dom/plugins/ipc/PluginInstanceParent.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/plugins/ipc/PluginInstanceParent.cpp b/dom/plugins/ipc/PluginInstanceParent.cpp index 24b1410bc..a7d4a6ff5 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 "D3D11SurfaceHolder.h" #include "PluginInstanceParent.h" #include "BrowserStreamParent.h" #include "PluginAsyncSurrogate.h" @@ -69,8 +70,10 @@ extern const wchar_t* kFlashFullscreenClass; #include <ApplicationServices/ApplicationServices.h> #endif // defined(XP_MACOSX) +using namespace mozilla; using namespace mozilla::plugins; using namespace mozilla::layers; +using namespace mozilla::gfx; using namespace mozilla::gl; void |