| Index: Source/core/testing/Internals.cpp
|
| ===================================================================
|
| --- Source/core/testing/Internals.cpp (revision 175115)
|
| +++ Source/core/testing/Internals.cpp (working copy)
|
| @@ -105,6 +105,7 @@
|
| #include "core/page/Chrome.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/EventHandler.h"
|
| +#include "core/page/FocusController.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/PagePopupController.h"
|
| #include "core/page/PrintContext.h"
|
| @@ -2358,4 +2359,9 @@
|
| return surroundingText.content();
|
| }
|
|
|
| +void Internals::setFocused(bool focused)
|
| +{
|
| + frame()->page()->focusController().setFocused(focused);
|
| }
|
| +
|
| +}
|
|
|