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> |