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

Unified Diff: content/common/device_motion_hardware_buffer.h

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed owners Created 7 years, 5 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/common/device_motion_hardware_buffer.h
diff --git a/content/common/device_motion_hardware_buffer.h b/content/common/device_motion_hardware_buffer.h
index 7e85efe4a7df21473785887d4714ca2b18e4a25b..0ff855a0a8178442f692fabca6a4329c58db285f 100644
--- a/content/common/device_motion_hardware_buffer.h
+++ b/content/common/device_motion_hardware_buffer.h
@@ -8,6 +8,7 @@
#include "content/common/shared_memory_seqlock_buffer.h"
#include "third_party/WebKit/public/platform/WebDeviceMotionData.h"
+// TODO(timvolodine): move this file to content/common/device_orientation/.
namespace content {
typedef SharedMemorySeqLockBuffer<WebKit::WebDeviceMotionData>

Powered by Google App Engine
This is Rietveld 408576698