| Index: content/renderer/device_orientation_dispatcher.cc
|
| diff --git a/content/renderer/device_orientation_dispatcher.cc b/content/renderer/device_orientation_dispatcher.cc
|
| index 4776edf99c5b9fb582ac3ee0903aca0f58a71772..62494766a274e830023f7c281182ab6a48a7dcc3 100644
|
| --- a/content/renderer/device_orientation_dispatcher.cc
|
| +++ b/content/renderer/device_orientation_dispatcher.cc
|
| @@ -13,10 +13,7 @@ namespace content {
|
|
|
| DeviceOrientationDispatcher::DeviceOrientationDispatcher(
|
| RenderViewImpl* render_view)
|
| - : RenderViewObserver(render_view),
|
| - controller_(NULL),
|
| - started_(false) {
|
| -}
|
| + : RenderViewObserver(render_view), started_(false) {}
|
|
|
| DeviceOrientationDispatcher::~DeviceOrientationDispatcher() {
|
| if (started_)
|
|
|