Android: Fix gesture navigation in dark mode
Tab uses themed application context when creating the content view for rendered pages' WebContents. Views in gesture navigation should not use this context to create UI since dark mode is not enabled in the context. This CL lets the feature use activity context to deal with dark mode properly. Bug: 1010576, 1009393 Change-Id: I5373b7244767a35516138cb8d735be80a53df1b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855148 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#705340}
Showing
Please register or sign in to comment