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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.h

Issue 335573004: Oilpan: Notify supplements of Page and LocalFrame destruction. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and null check Created 6 years, 6 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: Source/modules/screen_orientation/ScreenOrientationController.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
index 1fbd0b82d945f39c8bdd89f812fa6818da57d65e..71bc9546996c620cf14674765044d75ad15e1e8e 100644
--- a/Source/modules/screen_orientation/ScreenOrientationController.h
+++ b/Source/modules/screen_orientation/ScreenOrientationController.h
@@ -25,6 +25,8 @@ class ScreenOrientationController FINAL : public NoBaseWillBeGarbageCollectedFin
public:
virtual ~ScreenOrientationController();
+ virtual void persistentHostHasBeenDestroyed() OVERRIDE;
+
blink::WebScreenOrientationType orientation() const;
static void provideTo(LocalFrame&, blink::WebScreenOrientationClient*);

Powered by Google App Engine
This is Rietveld 408576698