Backed out changeset 45b36995cfd6 (bug 1690216) for build bustages at rules.mk on a CLOSED TREE
This commit is contained in:
@@ -97,6 +97,14 @@ LayoutDeviceIntSize RenderCompositorOGL::GetBufferSize() {
|
||||
return mWidget->GetClientSize();
|
||||
}
|
||||
|
||||
CompositorCapabilities RenderCompositorOGL::GetCompositorCapabilities() {
|
||||
CompositorCapabilities caps;
|
||||
|
||||
caps.virtual_surface_size = 0;
|
||||
|
||||
return caps;
|
||||
}
|
||||
|
||||
uint32_t RenderCompositorOGL::GetMaxPartialPresentRects() {
|
||||
return gfx::gfxVars::WebRenderMaxPartialPresentRects();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user