| Index: sky/engine/core/editing/InputMethodController.cpp
|
| diff --git a/sky/engine/core/editing/InputMethodController.cpp b/sky/engine/core/editing/InputMethodController.cpp
|
| index f8f826c013b3cabea9cddb1c54cdff24fc5042a6..140f783b5dde0a5ac8d311276334756e131ded3f 100644
|
| --- a/sky/engine/core/editing/InputMethodController.cpp
|
| +++ b/sky/engine/core/editing/InputMethodController.cpp
|
| @@ -24,21 +24,21 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/InputMethodController.h"
|
| -
|
| -#include "core/events/CompositionEvent.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/Range.h"
|
| -#include "core/dom/Text.h"
|
| -#include "core/editing/Editor.h"
|
| -#include "core/editing/TypingCommand.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/page/Chrome.h"
|
| -#include "core/page/ChromeClient.h"
|
| -#include "core/page/EventHandler.h"
|
| -#include "core/rendering/RenderObject.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/InputMethodController.h"
|
| +
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/Range.h"
|
| +#include "sky/engine/core/dom/Text.h"
|
| +#include "sky/engine/core/editing/Editor.h"
|
| +#include "sky/engine/core/editing/TypingCommand.h"
|
| +#include "sky/engine/core/events/CompositionEvent.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/page/Chrome.h"
|
| +#include "sky/engine/core/page/ChromeClient.h"
|
| +#include "sky/engine/core/page/EventHandler.h"
|
| +#include "sky/engine/core/rendering/RenderObject.h"
|
|
|
| namespace blink {
|
|
|
|
|