DescriptionPart 1: Refactor Android WebView graphics code
1. Change the object ownership to be:
AwContents -> BrowserViewRenderer -> SharedRendererState
AwContents -> HardwareRenderer
(The left object owns the right object)
HardwareRenderer will be owned by SharedRendererState in Part 2 CL:
https://codereview.chromium.org/653173004/.
2. Rename some functions in SharedRendererState to be clear about the
threads they are called.
BUG=418346
Committed: https://crrev.com/619ac5b4a4dec6cbacc899a2b5045f0b0acd7b12
Cr-Commit-Position: refs/heads/master@{#301233}
Patch Set 1 : #Patch Set 2 : rebase #
Total comments: 23
Patch Set 3 : rewrite, without renames #
Total comments: 7
Patch Set 4 : comments #
Messages
Total messages: 21 (7 generated)
|