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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user