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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h

Issue 2779523002: Use ScreenOrientationController and not the implementation to break modules/ dep. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
index dadb7f5da61ef47c061c04d9de658e219791cdec..c87e6810fddb332825dd4bf78f1252b02f3e543d 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
@@ -30,7 +30,7 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final
~ScreenOrientationControllerImpl() override;
void setOrientation(ScreenOrientation*);
- void notifyOrientationChanged();
+ void notifyOrientationChanged() override;
// Implementation of ScreenOrientationController.
void lock(WebScreenOrientationLockType,

Powered by Google App Engine
This is Rietveld 408576698