Bug 1318045 - Fix unified build errors from moving CrossProcessCompositorBridgeParent r=bas

This commit is contained in:
Ryan Hunt
2016-11-18 12:12:25 -06:00
parent 46f6543b87
commit 58423f9776
3 changed files with 8 additions and 4 deletions

View File

@@ -86,6 +86,7 @@
#endif
#include "LayerScope.h"
using namespace std;
namespace mozilla {
@@ -95,6 +96,8 @@ namespace layers {
typedef map<uint64_t, CompositorBridgeParent::LayerTreeState> LayerTreeMap;
extern LayerTreeMap sIndirectLayerTrees;
extern StaticAutoPtr<mozilla::Monitor> sIndirectLayerTreesLock;
void UpdateIndirectTree(uint64_t aId, Layer* aRoot, const TargetConfig& aTargetConfig);
void EraseLayerState(uint64_t aId);
mozilla::ipc::IPCResult
CrossProcessCompositorBridgeParent::RecvRequestNotifyAfterRemotePaint()