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

Unified Diff: content/renderer/screen_orientation/screen_orientation_observer.h

Issue 613203002: Have PlatformEventObserver implementations orderly stop on destruction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up a comment. 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: content/renderer/screen_orientation/screen_orientation_observer.h
diff --git a/content/renderer/screen_orientation/screen_orientation_observer.h b/content/renderer/screen_orientation/screen_orientation_observer.h
index f1ed843f819f16db5e3673755a92c21e9ed29178..1c6b5bf932acee7f3857d51b9b7bc4e37b369859 100644
--- a/content/renderer/screen_orientation/screen_orientation_observer.h
+++ b/content/renderer/screen_orientation/screen_orientation_observer.h
@@ -19,6 +19,7 @@ class ScreenOrientationObserver
: public PlatformEventObserver<blink::WebPlatformEventListener> {
public:
ScreenOrientationObserver();
+ virtual ~ScreenOrientationObserver();
// Overriding this method just to make sure |listener| is always null.
virtual void Start(blink::WebPlatformEventListener* listener) OVERRIDE;
« no previous file with comments | « content/renderer/gamepad_shared_memory_reader.cc ('k') | content/renderer/screen_orientation/screen_orientation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698