DescriptionUpdate window region after widget resizes not changing HWND size
When width or height of a widget is changed to a value less than 64
pixels, it is rounded up to 64 pixels (see crbug.com/286609). This might
cause the actual HWND size remain the same while changing size of the
widget. In this case, we need to force message handler to update window
region since we are not receiving resize messages form the OS.
BUG=376329
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273081
Patch Set 1 #
Total comments: 2
Patch Set 2 : Pass size change status as an argument to SetBounds() #
Total comments: 2
Patch Set 3 : Nits #
Messages
Total messages: 10 (0 generated)
|