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

Unified Diff: third_party/WebKit/Source/modules/device_light/DeviceLightController.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 | « no previous file | third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/device_light/DeviceLightController.cpp
diff --git a/third_party/WebKit/Source/modules/device_light/DeviceLightController.cpp b/third_party/WebKit/Source/modules/device_light/DeviceLightController.cpp
index 728f62be0f18ba2a5dde4e4583b032bf7f628506..e0d603e8bce597854e539f9be4105e239454be57 100644
--- a/third_party/WebKit/Source/modules/device_light/DeviceLightController.cpp
+++ b/third_party/WebKit/Source/modules/device_light/DeviceLightController.cpp
@@ -13,7 +13,8 @@
namespace blink {
DeviceLightController::DeviceLightController(Document& document)
- : DeviceSingleWindowEventController(document) {}
+ : DeviceSingleWindowEventController(document),
+ Supplement<Document>(document) {}
DeviceLightController::~DeviceLightController() {}
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698