Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Ensure UI Hardware rending is only disabled on the tray and spinner. #3172

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static void setRenderActive(boolean aActive) {
mTextureWidth = aWidth;
mTextureHeight = aHeight;
mSurface = aSurface;
mIsHardwareAccelerationEnabled = sUseHardwareAcceleration;
}

void resize(int aWidth, int aHeight) {
Expand Down