DescriptionBackgroundGradientView: -drawBackground: → -drawRect:
BackgroundGradientView had a -drawBackground: method that its clients
were expected to call. This change moves background drawing to
-drawRect: so that the it happens by default.
Subclasses that did custom drawing already override -drawRect:, but this
removes a couple of overrides that just forwarded to -drawBackground:.
BUG=589943
Committed: https://crrev.com/6b1939a26d2839136aeeba2aa0e359fce0c20281
Cr-Commit-Position: refs/heads/master@{#418358}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Put this back. #
Dependent Patchsets: Messages
Total messages: 17 (9 generated)
|