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

Unified Diff: Source/modules/device_orientation/DeviceMotionEvent.cpp

Issue 14472006: Move DeviceMotion related classes from core/dom to modules/device_orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase retry Created 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/device_orientation/DeviceMotionEvent.cpp
diff --git a/Source/core/dom/DeviceMotionEvent.cpp b/Source/modules/device_orientation/DeviceMotionEvent.cpp
similarity index 99%
rename from Source/core/dom/DeviceMotionEvent.cpp
rename to Source/modules/device_orientation/DeviceMotionEvent.cpp
index 431a0a3c5a2bae3f44d05789a6092048fb6167a5..8950b97f4da59e9795260208b5650c50374fe9ed 100644
--- a/Source/core/dom/DeviceMotionEvent.cpp
+++ b/Source/modules/device_orientation/DeviceMotionEvent.cpp
@@ -20,7 +20,7 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionEvent.h ('k') | Source/modules/device_orientation/DeviceMotionEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698