DescriptionDecouple WebSocketChannelClient from WebSocketImpl
Ideally we want to simply make WebSocketImpl inherit from WebSocketChannelClient,
but we cannot do that because WebSocketChannelClient needs to be on Oilpan's heap
whereas WebSocketImpl cannot be on Oilpan's heap. Thus this CL introduces a proxy
class to decouple WebSocketImpl from WebSocketChannelClient.
BUG=340522
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179460
Patch Set 1 #
Total comments: 18
Patch Set 2 : #Patch Set 3 : #
Total comments: 4
Patch Set 4 : #
Messages
Total messages: 12 (0 generated)
|