Move WebMediaPlaybackTargetPickerMacProxy.* to WebCore so the classes can be used by both WK1 and WK2.
Created attachment 249075 [details] Proposed patch
Comment on attachment 249075 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=249075&action=review > Source/WebCore/platform/graphics/MediaPlaybackTargetPicker.h:31 > +#include <wtf/RefCounted.h> why? > Source/WebCore/platform/graphics/MediaPlaybackTargetPicker.h:32 > +#include <wtf/RefPtr.h> why? > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:103 > + m_deviceChangeTimer.stop(); > + m_deviceChangeTimer.startOneShot(0); are both of these necessary? > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:112 > + [m_devicePickerMenuController.get() addObserver:m_devicePickerMenuControllerDelegate.get() forKeyPath:externalOutputDeviceAvailableKeyName options:NSKeyValueObservingOptionNew context:nullptr]; no .get()s throughout here.
Committed r181777: http://trac.webkit.org/changeset/181777