Remove SchedulePaintType enum
SchedulePaintType was used to only argument of a function. and it has only two values. so it is possible change to bool arg. the change will make more shorter code at overall. and inlining all of BoundsChanged() into SetBoundsRect() to make this code clearer. Bug: 940736 Change-Id: I14bd47155aef0e71c9c17f9fd693901f1bd2bd0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1530504Reviewed-by:Scott Violet <sky@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com> Cr-Commit-Position: refs/heads/master@{#645376}
Showing
Please register or sign in to comment