Disable hardware acceleration for ChromeActivities on low-end devices.
Disabling HW acceleration saves us several MiB of GL/EGL memory (4-10 as
reported by meminfo depending on the device). However, we do that only for
activities derived from ChromeActivity because they have simple UI, so side
effects of disabled HW acceleration (janky ripple animation, no shadows, etc)
are not noticeable.
Also, since we cannot really disable HW acceleration at runtime (only enable),
we disable it in the manifest and enable for high-end devices.
BUG=
482727
Committed:
https://crrev.com/58112bab464cbcbc4c82efb3ac2193d49f3131e8
Cr-Commit-Position: refs/heads/master@{#341393}