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

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

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.cpp
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
index 493e9084daeb15006d19e9dce9b9373ac2094e55..7797c693ba43de31e742c7bdd196cee65dfbd836 100644
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
@@ -71,7 +71,7 @@ void ScreenOrientationDispatcher::purgeControllers()
stopListening();
}
-void ScreenOrientationDispatcher::didChangeScreenOrientation(blink::WebScreenOrientation orientation)
+void ScreenOrientationDispatcher::didChangeScreenOrientation(blink::WebScreenOrientationType orientation)
{
{
TemporaryChange<bool> changeIsDispatching(m_isDispatching, true);

Powered by Google App Engine
This is Rietveld 408576698