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

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

Issue 347553002: Use WebLockOrientationError instead of WebLockOrientationCallbackErrorType. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_web_screen_orientation_listener
Patch Set: 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: content/renderer/screen_orientation/screen_orientation_dispatcher.h
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
index d64fda1514f3bb208c8004767e8c0470fb01e857..bc178549dd75f8c2aac06bda9d217ce8659f3ead 100644
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
@@ -45,7 +45,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
unsigned angle,
blink::WebScreenOrientationType orientation);
void OnLockError(int request_id,
- blink::WebLockOrientationCallback::ErrorType error);
+ blink::WebLockOrientationError error);
void CancelPendingLocks();
« no previous file with comments | « content/common/screen_orientation_messages.h ('k') | content/renderer/screen_orientation/screen_orientation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698