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

Side by Side Diff: content/browser/device_sensors/data_fetcher_shared_memory_win.cc

Issue 236833003: Rename device_orientation to device_sensors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "data_fetcher_shared_memory.h" 5 #include "data_fetcher_shared_memory.h"
6 6
7 #include <GuidDef.h> 7 #include <GuidDef.h>
8 #include <InitGuid.h> 8 #include <InitGuid.h>
9 #include <PortableDeviceTypes.h> 9 #include <PortableDeviceTypes.h>
10 #include <Sensors.h> 10 #include <Sensors.h>
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 motion_buffer_->seqlock.WriteBegin(); 389 motion_buffer_->seqlock.WriteBegin();
390 motion_buffer_->data.allAvailableSensorsAreActive = enabled; 390 motion_buffer_->data.allAvailableSensorsAreActive = enabled;
391 motion_buffer_->seqlock.WriteEnd(); 391 motion_buffer_->seqlock.WriteEnd();
392 } 392 }
393 default: 393 default:
394 NOTREACHED(); 394 NOTREACHED();
395 } 395 }
396 } 396 }
397 397
398 } // namespace content 398 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698