Bug 1201541 - Use SingleTiledContentClient for non-scrollable layers on Android r=mattwoodrow
This commit is contained in:
@@ -2040,9 +2040,6 @@ ContainerState::GetLayerCreationHint(const nsIFrame* aAnimatedGeometryRoot)
|
||||
{
|
||||
// Check whether the layer will be scrollable. This is used as a hint to
|
||||
// influence whether tiled layers are used or not.
|
||||
if (mParameters.mInLowPrecisionDisplayPort) {
|
||||
return LayerManager::SCROLLABLE;
|
||||
}
|
||||
nsIFrame* animatedGeometryRootParent = aAnimatedGeometryRoot->GetParent();
|
||||
nsIScrollableFrame* scrollable = do_QueryFrame(animatedGeometryRootParent);
|
||||
if (scrollable
|
||||
|
||||
Reference in New Issue
Block a user