Bug 1386020 - Use wr::IdNamespace instead of uint32_t for the WR namespace. r=sotaro

MozReview-Commit-ID: JbQNgNQHobO
This commit is contained in:
Kartikaya Gupta
2017-07-31 16:31:10 -04:00
parent b875a46c32
commit 8ffac3e258
18 changed files with 66 additions and 61 deletions

View File

@@ -23,7 +23,7 @@ AsyncImagePipelineManager::AsyncImagePipeline::AsyncImagePipeline()
, mMixBlendMode(wr::MixBlendMode::Normal)
{}
AsyncImagePipelineManager::AsyncImagePipelineManager(uint32_t aIdNamespace)
AsyncImagePipelineManager::AsyncImagePipelineManager(wr::IdNamespace aIdNamespace)
: mIdNamespace(aIdNamespace)
, mResourceId(0)
, mAsyncImageEpoch(0)