Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(899)

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaDevices.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/mediastream/MediaDevices.h
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevices.h b/third_party/WebKit/Source/modules/mediastream/MediaDevices.h
index 3a40955e64e30ababfab86b74cde3450ed5c29d3..d077d10e798dafc826758ab1497a606616febb52 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDevices.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDevices.h
@@ -48,7 +48,7 @@ class MODULES_EXPORT MediaDevices final
bool hasPendingActivity() const override;
// SuspendableObject overrides.
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
void suspend() override;
void resume() override;

Powered by Google App Engine
This is Rietveld 408576698