diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-29 11:02:27 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-02 14:39:54 +0200 |
commit | ee86d3eb9c468edbb81550d27114ed66b3d71ee5 (patch) | |
tree | a00ffa052ffb8d072203938f595548dcd3b2e0ed /image/RasterImage.cpp | |
parent | d0acadd727468ccaa4e3cbe3673e29890c2551ca (diff) | |
download | uxp-ee86d3eb9c468edbb81550d27114ed66b3d71ee5.tar.gz |
Issue #21 - Remove Telemetry plumbing and fix build.
Note this won't give working applications. Requires FE changes and
additional js module changes (next part).
Diffstat (limited to 'image/RasterImage.cpp')
-rw-r--r-- | image/RasterImage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/image/RasterImage.cpp b/image/RasterImage.cpp index 5725aee3a4..eff6cb7b38 100644 --- a/image/RasterImage.cpp +++ b/image/RasterImage.cpp @@ -40,7 +40,6 @@ #include "mozilla/Services.h" #include <stdint.h> #include "mozilla/TimeStamp.h" -#include "mozilla/Telemetry.h" #include "mozilla/Tuple.h" #include "mozilla/ClearOnShutdown.h" #include "mozilla/gfx/Scale.h" @@ -1558,7 +1557,6 @@ RasterImage::NotifyProgress(Progress aProgress, void RasterImage::NotifyDecodeComplete(const DecoderFinalStatus& aStatus, const ImageMetadata& aMetadata, - const DecoderTelemetry& aTelemetry, Progress aProgress, const IntRect& aInvalidRect, const Maybe<uint32_t>& aFrameCount, |