commit | c662b39352225f0d62f7d1955f0d0995c2529968 | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Wed Aug 16 13:18:24 2023 -0700 |
committer | Kalesh Singh <kaleshsingh@google.com> | Wed Aug 16 16:56:18 2023 -0700 |
tree | 405cd55d690483dac1adb7f1c096eb838dceebf1 | |
parent | 24c9102d0facd739aa2af7ae3db462f05409740e [diff] |
libhwui: Move MAX_PAGE_SIZE into uirenderer namespace The MAX_PAGE_SIZE define conflicts with bionic's MAX_PAGE_SIZE. Move libhwui specific page size constants into uirenderer namespace as constexprs instead of preprocessor defines. Bug: 296275298 Test: mma Change-Id: I4df1cad2b80df27545ad3a61017dd98f1596bbac Signed-off-by: Kalesh Singh <kaleshsingh@google.com>