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

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: excluded orientation pump tests on win bots Created 7 years, 4 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 | « content/common/content_message_generator.h ('k') | content/common/device_motion_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/common/device_motion_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698