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

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

Issue 219463003: Screen Orientation API: cleanup, simplify and fix implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/ScreenOrientationDispatcher.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
index 8f24274ef08c4988a68551c2e9e139baa5791011..b4188a8a8ce8254cc57caf20e64fd0848d66e577 100644
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
@@ -27,7 +27,7 @@ private:
void stopListening();
// WebScreenOrientationListener API.
- virtual void didChangeScreenOrientation(blink::WebScreenOrientation) OVERRIDE;
+ virtual void didChangeScreenOrientation(blink::WebScreenOrientationType) OVERRIDE;
Vector<ScreenOrientationController*> m_controllers;
bool m_needsPurge;

Powered by Google App Engine
This is Rietveld 408576698