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