| Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h
|
| diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h
|
| index 7e5f6e7c5c79c9180914230938ae91f5a2e8b6cf..4b8574cc4f362d089f4bbb81abc4a96ca328d361 100644
|
| --- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h
|
| +++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h
|
| @@ -270,7 +270,9 @@ private:
|
| void enableAutoResizeMode(const CppArgumentList&, CppVariant*);
|
| void disableAutoResizeMode(const CppArgumentList&, CppVariant*);
|
|
|
| - // DeviceOrientation related functions
|
| + // DeviceOrientation / DeviceMotion related functions
|
| + void enableMockDeviceMotion(const CppArgumentList&, CppVariant*);
|
| + void fireMockDeviceMotion(const CppArgumentList&, CppVariant*);
|
| void setMockDeviceOrientation(const CppArgumentList&, CppVariant*);
|
|
|
| void didAcquirePointerLock(const CppArgumentList&, CppVariant*);
|
|
|