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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationController.h

Issue 2388693002: Make DOMWindowProperty a thin wrapper of ContextLifecycleObserver
Patch Set: temp Created 4 years 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/presentation/PresentationController.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h
index 6de10b8383fa54ee6fe698f579527ed37f98c66b..05de97b0fd1547f298282e55af8869bc32292b01 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -77,7 +77,7 @@ class MODULES_EXPORT PresentationController final
PresentationController(LocalFrame&, WebPresentationClient*);
// Implementation of DOMWindowProperty.
- void frameDestroyed() override;
+ void contextDestroyed() override;
// Return the connection associated with the given |connectionClient| or
// null if it doesn't exist.

Powered by Google App Engine
This is Rietveld 408576698