gecko-dev/dom/media/systemservices
Ehsan Akhgari 74c1d0047e Bug 1197185 - Give NonE10s a virtual destructor; r=jesup
The Parent template class inherits from both NonE10s and PMediaParent,
and the latter has a virtual destructor.  This confuses clang-tidy when
it wants to rewrite ~Parent() which is currently marked as virtual, and
it makes ~Parent() override which breaks the build since ~NonE10s() is
not virtual.  The easiest way to work around this seems to be making
~NonE10s() virtual.  See the discussion in
https://llvm.org/bugs/show_bug.cgi?id=24496 as well.
2015-08-21 17:53:35 -04:00
..
LoadManager.cpp
LoadManager.h
LoadManagerFactory.cpp
LoadManagerFactory.h
LoadMonitor.cpp
LoadMonitor.h
MediaChild.cpp
MediaChild.h
MediaParent.cpp
MediaParent.h
MediaSystemResourceClient.cpp
MediaSystemResourceClient.h
MediaSystemResourceManager.cpp
MediaSystemResourceManager.h
MediaSystemResourceManagerChild.cpp
MediaSystemResourceManagerChild.h
MediaSystemResourceManagerParent.cpp
MediaSystemResourceManagerParent.h
MediaSystemResourceMessageUtils.h
MediaSystemResourceService.cpp
MediaSystemResourceService.h
MediaSystemResourceTypes.h
MediaUtils.cpp
MediaUtils.h
OSXRunLoopSingleton.cpp
OSXRunLoopSingleton.h
OpenSLESProvider.cpp
OpenSLESProvider.h
PMedia.ipdl
PMediaSystemResourceManager.ipdl
moz.build