diff options
Diffstat (limited to 'Tools/DumpRenderTree/chromium/LayoutTestController.h')
| -rw-r--r-- | Tools/DumpRenderTree/chromium/LayoutTestController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/chromium/LayoutTestController.h b/Tools/DumpRenderTree/chromium/LayoutTestController.h index 71b1b4226..603b3b92e 100644 --- a/Tools/DumpRenderTree/chromium/LayoutTestController.h +++ b/Tools/DumpRenderTree/chromium/LayoutTestController.h @@ -243,6 +243,7 @@ public: void pauseAnimationAtTimeOnElementWithId(const CppArgumentList&, CppVariant*); void pauseTransitionAtTimeOnElementWithId(const CppArgumentList&, CppVariant*); void elementDoesAutoCompleteForElementWithId(const CppArgumentList&, CppVariant*); + void enableAutoResizeMode(const CppArgumentList&, CppVariant*); void numberOfActiveAnimations(const CppArgumentList&, CppVariant*); void suspendAnimations(const CppArgumentList&, CppVariant*); void resumeAnimations(const CppArgumentList&, CppVariant*); |
