diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-20 12:10:50 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-20 12:10:50 +0200 |
commit | fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19 (patch) | |
tree | 29e15488fc346a9f0078dc37790d95c562f56cf8 /gfx/layers/opengl | |
parent | 5aafe792b123389abe2ba108208bbc91435ea3b3 (diff) | |
download | UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar.gz UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar.lz UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar.xz UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.zip |
Remove gfxCrashReporterUtils.
Tag #20.
Diffstat (limited to 'gfx/layers/opengl')
-rw-r--r-- | gfx/layers/opengl/CompositorOGL.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/layers/opengl/CompositorOGL.cpp b/gfx/layers/opengl/CompositorOGL.cpp index bbe1b4657..93656d72a 100644 --- a/gfx/layers/opengl/CompositorOGL.cpp +++ b/gfx/layers/opengl/CompositorOGL.cpp @@ -12,7 +12,6 @@ #include "GLUploadHelpers.h" #include "Layers.h" // for WriteSnapshotToDumpFile #include "LayerScope.h" // for LayerScope -#include "gfxCrashReporterUtils.h" // for ScopedGfxFeatureReporter #include "gfxEnv.h" // for gfxEnv #include "gfxPlatform.h" // for gfxPlatform #include "gfxPrefs.h" // for gfxPrefs @@ -225,8 +224,6 @@ CompositorOGL::CleanupResources() bool CompositorOGL::Initialize(nsCString* const out_failureReason) { - ScopedGfxFeatureReporter reporter("GL Layers"); - // Do not allow double initialization MOZ_ASSERT(mGLContext == nullptr, "Don't reinitialize CompositorOGL"); @@ -424,8 +421,6 @@ CompositorOGL::Initialize(nsCString* const out_failureReason) console->LogStringMessage(msg.get()); } - reporter.SetSuccessful(); - return true; } |