| Index: content/shell/layout_test_controller.h
|
| diff --git a/content/shell/layout_test_controller.h b/content/shell/layout_test_controller.h
|
| index b8e06b51502d8d935eda98edebf94f72c1c1f269..467beb98cf5ca218581a2dbe46ef2e65afea2d13 100644
|
| --- a/content/shell/layout_test_controller.h
|
| +++ b/content/shell/layout_test_controller.h
|
| @@ -23,6 +23,7 @@ class LayoutTestController : public RenderViewObserver {
|
| private:
|
| // Message handlers.
|
| void OnCaptureTextDump(bool as_text, bool printing, bool recursive);
|
| + void OnCaptureImageDump();
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LayoutTestController);
|
| };
|
|
|