DescriptionRemove "mixin" from BeginFrameSource/Observer base classes.
The term "mixin" strongly suggests that multiple inheritance is used.
But, BeginFrameObserver/Source subclasses never use multiple inheritance.
As multiple inheritance is prohibited by the style guide,
so renaming:
BeginFrameObserverMixIn -> BeginFrameObserverBase.
BeginFrameSourceMixIn -> BeginFrameSourceBase
BUG=463196
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/796a5ba46b1adc1de67a3aaa001ef637594cd237
Cr-Commit-Position: refs/heads/master@{#334216}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Addressing comments #Patch Set 3 : compile error #
Total comments: 2
Patch Set 4 : updated comments #Messages
Total messages: 22 (5 generated)
|