Chromium Code Reviews
DescriptionFix paint code so that overlays and views paint their own layers.
Previously, in synchronized paint mode, the root FrameView of the page painted
everything, including page overlays for the inspector, solid colors and link
highlights.
Now the inspector and solid color overlays are painted by their own code. This
allows us to clean up the lifecycle code in WebViewImpl and also make it faster.
Link highlights are still painted by the root frame view, which makes sense because
the link highlights belong to the page content and hang off of it.
BUG=570112
Committed: https://crrev.com/08fbbc6a745869964f927f436e64c140fc04abb5
Cr-Commit-Position: refs/heads/master@{#365850}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 6
Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #Patch Set 10 : #Patch Set 11 : #Messages
Total messages: 19 (9 generated)
|