summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestPaintThread.ipdl
blob: 0a37fda1be3362bb578f5941d2ff6393986e467f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace mozilla {
namespace _ipdltest {

// This is supposed to be analagous to PPaintingBridge.
sync protocol PTestPaintThread
{
parent:
  sync FinishedPaint(uint64_t aTxnId);
};

} // namespace mozilla
} // namespace _ipdltest