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

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

Issue 1986263003: [Win] Implement deviceorientationabsolute data fetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | content/browser/device_sensors/data_fetcher_shared_memory_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/device_sensors/data_fetcher_shared_memory.h
diff --git a/content/browser/device_sensors/data_fetcher_shared_memory.h b/content/browser/device_sensors/data_fetcher_shared_memory.h
index 607cbb732726a4a4a54b4b2d403aadb9198dc100..1999bab80d62668403807a0558450352d3d4fe8a 100644
--- a/content/browser/device_sensors/data_fetcher_shared_memory.h
+++ b/content/browser/device_sensors/data_fetcher_shared_memory.h
@@ -74,6 +74,7 @@ class CONTENT_EXPORT DataFetcherSharedMemory
void SetBufferAvailableState(ConsumerType consumer_type, bool enabled);
base::win::ScopedComPtr<ISensor> sensor_inclinometer_;
+ base::win::ScopedComPtr<ISensor> sensor_inclinometer_absolute_;
base::win::ScopedComPtr<ISensor> sensor_accelerometer_;
base::win::ScopedComPtr<ISensor> sensor_gyrometer_;
base::win::ScopedComPtr<ISensor> sensor_light_;
« no previous file with comments | « no previous file | content/browser/device_sensors/data_fetcher_shared_memory_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698