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

Unified Diff: content/browser/device_orientation/data_fetcher_impl_android.h

Issue 10698046: Implements part of Device Motion in the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/browser/device_orientation/data_fetcher_impl_android.h
diff --git a/content/browser/device_orientation/data_fetcher_impl_android.h b/content/browser/device_orientation/data_fetcher_impl_android.h
index 9ac498a5ccae1524dfa17005226e93ed0d2bc6e9..cdce2ee675068055d0c1d8c960b5f59849f31d6b 100644
--- a/content/browser/device_orientation/data_fetcher_impl_android.h
+++ b/content/browser/device_orientation/data_fetcher_impl_android.h
@@ -39,6 +39,7 @@ class DataFetcherImplAndroid : public DataFetcher {
double alpha, double beta, double gamma);
// Implementation of DataFetcher.
+ virtual bool GetMotion(Motion* motion) OVERRIDE;
virtual bool GetOrientation(Orientation* orientation) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698