| Index: sky/engine/web/ChromeClientImpl.cpp
|
| diff --git a/sky/engine/web/ChromeClientImpl.cpp b/sky/engine/web/ChromeClientImpl.cpp
|
| index efe3a4f830870bcee982e908a6d271b5f09e43bb..8c05eacca7f0af6e90732db445a7bc27a2fecd40 100644
|
| --- a/sky/engine/web/ChromeClientImpl.cpp
|
| +++ b/sky/engine/web/ChromeClientImpl.cpp
|
| @@ -29,51 +29,51 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "web/ChromeClientImpl.h"
|
| -
|
| -#include "bindings/core/v8/ScriptController.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/Node.h"
|
| -#include "core/events/KeyboardEvent.h"
|
| -#include "core/events/MouseEvent.h"
|
| -#include "core/events/WheelEvent.h"
|
| -#include "core/frame/Console.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/Settings.h"
|
| -#include "core/page/Page.h"
|
| -#include "core/rendering/HitTestResult.h"
|
| -#include "platform/Cursor.h"
|
| -#include "platform/NotImplemented.h"
|
| -#include "platform/PlatformScreen.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/web/ChromeClientImpl.h"
|
| +
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/exported/WrappedResourceRequest.h"
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "platform/graphics/GraphicsLayer.h"
|
| -#include "public/platform/Platform.h"
|
| -#include "public/platform/WebCursorInfo.h"
|
| -#include "public/platform/WebRect.h"
|
| -#include "public/platform/WebURLRequest.h"
|
| -#include "public/web/Sky.h"
|
| -#include "public/web/WebConsoleMessage.h"
|
| -#include "public/web/WebFrameClient.h"
|
| -#include "public/web/WebInputEvent.h"
|
| -#include "public/web/WebNode.h"
|
| -#include "public/web/WebSettings.h"
|
| -#include "public/web/WebTextDirection.h"
|
| -#include "public/web/WebTouchAction.h"
|
| -#include "public/web/WebUserGestureIndicator.h"
|
| -#include "public/web/WebUserGestureToken.h"
|
| -#include "public/web/WebViewClient.h"
|
| -#include "web/WebInputEventConversion.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebSettingsImpl.h"
|
| -#include "web/WebViewImpl.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/StringConcatenate.h"
|
| -#include "wtf/unicode/CharacterNames.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptController.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Node.h"
|
| +#include "sky/engine/core/events/KeyboardEvent.h"
|
| +#include "sky/engine/core/events/MouseEvent.h"
|
| +#include "sky/engine/core/events/WheelEvent.h"
|
| +#include "sky/engine/core/frame/Console.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/Settings.h"
|
| +#include "sky/engine/core/page/Page.h"
|
| +#include "sky/engine/core/rendering/HitTestResult.h"
|
| +#include "sky/engine/platform/Cursor.h"
|
| +#include "sky/engine/platform/NotImplemented.h"
|
| +#include "sky/engine/platform/PlatformScreen.h"
|
| +#include "sky/engine/platform/exported/WrappedResourceRequest.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/platform/graphics/GraphicsLayer.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
| +#include "sky/engine/public/platform/WebCursorInfo.h"
|
| +#include "sky/engine/public/platform/WebRect.h"
|
| +#include "sky/engine/public/platform/WebURLRequest.h"
|
| +#include "sky/engine/public/web/Sky.h"
|
| +#include "sky/engine/public/web/WebConsoleMessage.h"
|
| +#include "sky/engine/public/web/WebFrameClient.h"
|
| +#include "sky/engine/public/web/WebInputEvent.h"
|
| +#include "sky/engine/public/web/WebNode.h"
|
| +#include "sky/engine/public/web/WebSettings.h"
|
| +#include "sky/engine/public/web/WebTextDirection.h"
|
| +#include "sky/engine/public/web/WebTouchAction.h"
|
| +#include "sky/engine/public/web/WebUserGestureIndicator.h"
|
| +#include "sky/engine/public/web/WebUserGestureToken.h"
|
| +#include "sky/engine/public/web/WebViewClient.h"
|
| +#include "sky/engine/web/WebInputEventConversion.h"
|
| +#include "sky/engine/web/WebLocalFrameImpl.h"
|
| +#include "sky/engine/web/WebSettingsImpl.h"
|
| +#include "sky/engine/web/WebViewImpl.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/StringBuilder.h"
|
| +#include "sky/engine/wtf/text/StringConcatenate.h"
|
| +#include "sky/engine/wtf/unicode/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|