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

Unified Diff: third_party/WebKit/Source/core/frame/PlatformEventController.h

Issue 2645823002: Change PlatformEventController to take LocalFrame rather than Page. (Closed)
Patch Set: Change PlatformEventController to take LocalFrame rather than Page. 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/core/frame/PlatformEventController.h
diff --git a/third_party/WebKit/Source/core/frame/PlatformEventController.h b/third_party/WebKit/Source/core/frame/PlatformEventController.h
index 0d7680ddef09a18cbc5f35cb7d1db3acb79652a8..6063e477ec388bc4b5829988a5cc9190ccef7513 100644
--- a/third_party/WebKit/Source/core/frame/PlatformEventController.h
+++ b/third_party/WebKit/Source/core/frame/PlatformEventController.h
@@ -25,7 +25,7 @@ class CORE_EXPORT PlatformEventController : public PageVisibilityObserver {
virtual void didUpdateData() = 0;
protected:
- explicit PlatformEventController(Page*);
+ explicit PlatformEventController(LocalFrame*);
virtual ~PlatformEventController();
virtual void registerWithDispatcher() = 0;

Powered by Google App Engine
This is Rietveld 408576698