DescriptionGive the browser window's content view a CALayers
This is necessary to ensure correct ordering of the CALayers
of the child NSViews of the window's content view. Most of
the time the NSViews appeared in the correct order, but
not all of the time (especially on 10.6). This fixes that issue.
Remove code to dynamically do this when entering and leaving
presentation mode.
Update the FastResizeView to host a white CALayer instead of
trying to call drawRect, and make the NSView opaque.
This caused a performance drop last time it was tried, but other
performance fixes, and the FastResizeView fix might make it so
that this does not have an appreciable performance impact.
BUG=348490
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255150
Patch Set 1 #
Total comments: 4
Patch Set 2 : Incorproate reivew feedback #Patch Set 3 : Remove unneeded include #
Total comments: 2
Patch Set 4 : Use scoped object #
Messages
Total messages: 12 (0 generated)
|