DescriptionRefactor window frame painting into a window background class
We currently have several copies of the code that draws the non-client frame area of windows, including OpaqueBrowserFrameView, ConstrainedWindowFrameViews, CustomFrameView, and others. We need yet another version for Aura. Rather than make another copy I'm trying to refactor out the common drawing code. This is step 1, creating a views::FrameBackground class and using it in two cases.
BUG=102797
TEST=visual, try normal frame, install a theme, open a constrained window like cookie > Show cookies and other site data, open a popup from popuptest.com
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113913
Patch Set 1 #Patch Set 2 : explicit edge images #Patch Set 3 : final cleanup of PaintRestored #Messages
Total messages: 8 (0 generated)
|