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

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

Issue 400703003: Resolve screen.orientation.lock() promise with undefined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/modules/screen_orientation/LockOrientationCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/screen_orientation/LockOrientationCallback.h
diff --git a/Source/modules/screen_orientation/LockOrientationCallback.h b/Source/modules/screen_orientation/LockOrientationCallback.h
index ef23e0802f2015992d40a67065fda19d8e26af5f..f9570dd7dd97eede2a157ebc8274c0a659269a4a 100644
--- a/Source/modules/screen_orientation/LockOrientationCallback.h
+++ b/Source/modules/screen_orientation/LockOrientationCallback.h
@@ -24,7 +24,7 @@ public:
explicit LockOrientationCallback(PassRefPtr<ScriptPromiseResolver>);
virtual ~LockOrientationCallback();
- virtual void onSuccess(unsigned angle, blink::WebScreenOrientationType) OVERRIDE;
+ virtual void onSuccess() OVERRIDE;
virtual void onError(blink::WebLockOrientationError) OVERRIDE;
private:
« no previous file with comments | « no previous file | Source/modules/screen_orientation/LockOrientationCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698