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

Unified Diff: content/browser/device_orientation/data_fetcher_shared_memory.h

Issue 152893002: [DeviceLight API] Content Side Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix in Java file, stop() Created 6 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698