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

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

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors Created 6 years, 3 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 d81826f23bc6a0b2d2d782c986e877474b2f97a2..b4d323ed6928cb1c533f6ff45d669813cb3b230a 100644
--- a/Source/modules/screen_orientation/ScreenOrientationController.h
+++ b/Source/modules/screen_orientation/ScreenOrientationController.h
@@ -27,8 +27,6 @@ class ScreenOrientationController FINAL
public:
virtual ~ScreenOrientationController();
- virtual void persistentHostHasBeenDestroyed() OVERRIDE;
-
void setOrientation(ScreenOrientation*);
void notifyOrientationChanged();

Powered by Google App Engine
This is Rietveld 408576698