| Index: content/browser/device_orientation/device_motion_provider.h
|
| diff --git a/content/browser/device_orientation/device_motion_provider.h b/content/browser/device_orientation/device_motion_provider.h
|
| index 30cdde45b4a47b581560b33ec517e67dd10aef38..7c3bcf6162b6064623c40b2ebe5d09bc7f8e0c07 100644
|
| --- a/content/browser/device_orientation/device_motion_provider.h
|
| +++ b/content/browser/device_orientation/device_motion_provider.h
|
| @@ -11,8 +11,7 @@
|
| #include "content/common/device_motion_hardware_buffer.h"
|
|
|
| namespace content {
|
| -
|
| -// TODO(timvolodine) Implement this class properly.
|
| +class DataFetcherSharedMemory;
|
|
|
| class CONTENT_EXPORT DeviceMotionProvider {
|
| public:
|
| @@ -30,15 +29,8 @@ class CONTENT_EXPORT DeviceMotionProvider {
|
| void StopFetchingDeviceMotionData();
|
|
|
| private:
|
| - static DeviceMotionProvider* instance_;
|
| -
|
| base::SharedMemory device_motion_shared_memory_;
|
| -
|
| DeviceMotionHardwareBuffer* SharedMemoryAsHardwareBuffer();
|
| -
|
| - // FIXME: add member variable,
|
| - // scoped_ptr<DataFetcherSharedMemory> data_fetcher_;
|
| -
|
| bool is_started_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DeviceMotionProvider);
|
|
|