Bug 1435291 - Part 2. Make background SVGs use WebRender instead of fallback. r=jrmuizel

This commit is contained in:
Andrew Osmond
2018-03-14 14:19:13 -04:00
parent ef00f2864c
commit 53293bdc25
8 changed files with 36 additions and 34 deletions

View File

@@ -154,12 +154,6 @@ WebRenderLayerManager::GetCompositorBridgeChild()
return WrBridge()->GetCompositorBridgeChild();
}
int32_t
WebRenderLayerManager::GetMaxTextureSize() const
{
return WrBridge()->GetMaxTextureSize();
}
bool
WebRenderLayerManager::BeginTransactionWithTarget(gfxContext* aTarget)
{