Index: content/browser/device_orientation/data_fetcher_shared_memory.h |
diff --git a/content/browser/device_orientation/data_fetcher_shared_memory.h b/content/browser/device_orientation/data_fetcher_shared_memory.h |
index 16a55fe4cd0bf0279639353e9e71504653545ab7..d707f8c2b249f68719f397fa113f6ef52c914435 100644 |
--- a/content/browser/device_orientation/data_fetcher_shared_memory.h |
+++ b/content/browser/device_orientation/data_fetcher_shared_memory.h |
@@ -8,6 +8,7 @@ |
#include "content/browser/device_orientation/data_fetcher_shared_memory_base.h" |
#if !defined(OS_ANDROID) |
+#include "content/common/device_light/device_light_hardware_buffer.h" |
#include "content/common/device_orientation/device_motion_hardware_buffer.h" |
#include "content/common/device_orientation/device_orientation_hardware_buffer.h" |
#endif |
@@ -33,6 +34,7 @@ class CONTENT_EXPORT DataFetcherSharedMemory |
virtual bool Stop(ConsumerType consumer_type) OVERRIDE; |
#if !defined(OS_ANDROID) |
+ DeviceLightHardwareBuffer* light_buffer_; |
DeviceMotionHardwareBuffer* motion_buffer_; |
DeviceOrientationHardwareBuffer* orientation_buffer_; |
#endif |