summaryrefslogtreecommitdiffstats
path: root/image/ProgressTracker.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /image/ProgressTracker.h
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz
firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'image/ProgressTracker.h')
-rw-r--r--image/ProgressTracker.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/image/ProgressTracker.h b/image/ProgressTracker.h
index ffa66cd3bf..09b1f18a6a 100644
--- a/image/ProgressTracker.h
+++ b/image/ProgressTracker.h
@@ -179,9 +179,6 @@ class ProgressTracker : public mozilla::SupportsWeakPtr {
bool RemoveObserver(IProgressObserver* aObserver);
uint32_t ObserverCount() const;
- // Get the event target we should currently dispatch events to.
- already_AddRefed<nsIEventTarget> GetEventTarget() const;
-
// Resets our weak reference to our image. Image subclasses should call this
// in their destructor.
void ResetImage();