mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #80 - De-unify gfx/ipc
This commit is contained in:
parent
5f9275bc92
commit
8458063b23
10 changed files with 23 additions and 2 deletions
|
|
@ -6,10 +6,16 @@
|
|||
|
||||
#include "InProcessCompositorSession.h"
|
||||
|
||||
#include "mozilla/widget/CompositorWidget.h"
|
||||
#include "mozilla/layers/CompositorBridgeParent.h"
|
||||
#include "mozilla/layers/CompositorBridgeChild.h"
|
||||
// so we can cast an APZCTreeManager to an IAPZCTreeManager
|
||||
#include "mozilla/layers/APZCTreeManager.h"
|
||||
#include "mozilla/layers/IAPZCTreeManager.h"
|
||||
|
||||
using namespace mozilla::layers;
|
||||
using namespace mozilla::widget;
|
||||
|
||||
namespace mozilla {
|
||||
namespace layers {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue