Bug 1676357 - Avoid including Layers.h in header files. r=botond

Differential Revision: https://phabricator.services.mozilla.com/D96538

Depends on D96537
This commit is contained in:
Simon Giesecke
2020-11-23 16:09:05 +00:00
parent d45e4394f3
commit b1b15dcb38
34 changed files with 1670 additions and 1354 deletions

View File

@@ -731,5 +731,13 @@ wr::Epoch AsyncImagePipelineManager::GetNextImageEpoch() {
return mAsyncImageEpoch;
}
AsyncImagePipelineManager::WebRenderPipelineInfoHolder::
WebRenderPipelineInfoHolder(RefPtr<const wr::WebRenderPipelineInfo>&& aInfo,
ipc::FileDescriptor&& aFenceFd)
: mInfo(aInfo), mFenceFd(aFenceFd) {}
AsyncImagePipelineManager::WebRenderPipelineInfoHolder::
~WebRenderPipelineInfoHolder() = default;
} // namespace layers
} // namespace mozilla