Chromium Code Reviews| Index: Source/modules/vibration/NavigatorVibration.h |
| diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h |
| index 91c21572e8e3a91ee77f730ec252135d620e0b12..ed6e10b778228df4dd15610e40eac4cc0f63ec94 100644 |
| --- a/Source/modules/vibration/NavigatorVibration.h |
| +++ b/Source/modules/vibration/NavigatorVibration.h |
| @@ -52,6 +52,8 @@ public: |
| static bool vibrate(Navigator*, const VibrationPattern&); |
| static NavigatorVibration* from(Page*); |
| + bool isVibrating() { return m_isVibrating; } |
|
do-not-use
2013/08/13 06:41:59
getter can be const.
kihong
2013/08/13 06:57:12
Done.
|
| + |
| private: |
| explicit NavigatorVibration(Page*); |
| static const char* supplementName(); |