Description[Mac] "Refactor" DraggableButton into a mixin and impl.
This is because DraggableButton inherits from NSButton when a future class will
need it to inherit from NSPopupButton. Because ObjC lacks multiple inheritance,
and we want to avoid runtime trickery, this is the result.
BUG=none
TEST=Dragging download shelf and bookmark bar items works as before. Partially covered by unit tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96433
Patch Set 1 #
Total comments: 15
Patch Set 2 : Address comments #
Messages
Total messages: 4 (0 generated)
|