summaryrefslogtreecommitdiffstats
path: root/gfx/ipc/GPUChild.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-22 19:19:56 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-22 19:19:56 +0200
commit612459488e5810335c493c467c239c40787cc1d3 (patch)
treec2af0c54608799f2ecb79760bd02c9cf5b25911a /gfx/ipc/GPUChild.cpp
parenta3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (diff)
downloadUXP-612459488e5810335c493c467c239c40787cc1d3.tar
UXP-612459488e5810335c493c467c239c40787cc1d3.tar.gz
UXP-612459488e5810335c493c467c239c40787cc1d3.tar.lz
UXP-612459488e5810335c493c467c239c40787cc1d3.tar.xz
UXP-612459488e5810335c493c467c239c40787cc1d3.zip
Remove IPC CrashReporterClient/Host
Tag #20.
Diffstat (limited to 'gfx/ipc/GPUChild.cpp')
-rw-r--r--gfx/ipc/GPUChild.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx/ipc/GPUChild.cpp b/gfx/ipc/GPUChild.cpp
index 3c2797683..a075716e3 100644
--- a/gfx/ipc/GPUChild.cpp
+++ b/gfx/ipc/GPUChild.cpp
@@ -14,7 +14,6 @@
#if defined(XP_WIN)
# include "mozilla/gfx/DeviceManagerDx.h"
#endif
-#include "mozilla/ipc/CrashReporterHost.h"
namespace mozilla {
namespace gfx {
@@ -119,12 +118,6 @@ GPUChild::RecvGraphicsError(const nsCString& aError)
}
bool
-GPUChild::RecvInitCrashReporter(Shmem&& aShmem)
-{
- return true;
-}
-
-bool
GPUChild::RecvNotifyUiObservers(const nsCString& aTopic)
{
nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService();