| 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 98e4c09a7e7343c48877192641cccb6043464c1c..668451e51162592da546d07694f1db28ff444d4d 100644
|
| --- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h
|
| +++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h
|
| @@ -271,7 +271,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*);
|
|
|