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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp

Issue 2615713006: Use a new Supplement constructor in DeviceOrientationController's hierarchy (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
index 35b1c813d5529e1100c68def7bdc95ff40f97151..b31bdaf04be081e88f4c9a610cfcaa6f5ef545d5 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
@@ -19,7 +19,8 @@
namespace blink {
DeviceOrientationController::DeviceOrientationController(Document& document)
- : DeviceSingleWindowEventController(document) {}
+ : DeviceSingleWindowEventController(document),
+ Supplement<Document>(document) {}
DeviceOrientationController::~DeviceOrientationController() {}
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698