mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
Issue #80 - De-unify dom/plugins/ipc
This commit is contained in:
parent
e3f9a09400
commit
3dac0f5daf
9 changed files with 22 additions and 14 deletions
|
|
@ -29,10 +29,14 @@
|
|||
#include "nsNPAPIPlugin.h"
|
||||
#include "nsPrintfCString.h"
|
||||
#include "prsystem.h"
|
||||
#include "PluginBackgroundDestroyer.h"
|
||||
#include "PluginQuirks.h"
|
||||
#include "PluginStreamParent.h"
|
||||
#include "StreamNotifyParent.h"
|
||||
#include "GeckoProfiler.h"
|
||||
#include "nsPluginTags.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "mozilla/layers/ImageBridgeChild.h"
|
||||
#include "mozilla/layers/TextureClientRecycleAllocator.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
|
|
@ -56,6 +60,7 @@ using mozilla::ipc::MessageChannel;
|
|||
using mozilla::ipc::GeckoChildProcessHost;
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::layers;
|
||||
using namespace mozilla::plugins;
|
||||
using namespace mozilla::plugins::parent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue