
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
