| 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..4cfb08d4d379e160965c4081a35b5524930c167a 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 setMockDeviceMotion(const CppArgumentList&, CppVariant*);
|
| + void fireMockDeviceMotion(const CppArgumentList&, CppVariant*);
|
| void setMockDeviceOrientation(const CppArgumentList&, CppVariant*);
|
|
|
| void didAcquirePointerLock(const CppArgumentList&, CppVariant*);
|
|
|