Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: sky/engine/web/WebViewImpl.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/web/WebViewImpl.h ('k') | sky/engine/web/linux/WebFontRendering.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebViewImpl.cpp
diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
index 8df6a189d17fcd92a1d54d8a366efc91e8f752bd..c63e7e9bd4c41e5310f237038853f608f8c0cd64 100644
--- a/sky/engine/web/WebViewImpl.cpp
+++ b/sky/engine/web/WebViewImpl.cpp
@@ -28,82 +28,82 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "web/WebViewImpl.h"
-
-#include "core/dom/Document.h"
-#include "core/dom/DocumentMarkerController.h"
-#include "core/dom/NodeRenderingTraversal.h"
-#include "core/dom/Text.h"
-#include "core/editing/Editor.h"
-#include "core/editing/FrameSelection.h"
-#include "core/editing/HTMLInterchange.h"
-#include "core/editing/InputMethodController.h"
-#include "core/editing/markup.h"
-#include "core/editing/TextIterator.h"
-#include "core/events/KeyboardEvent.h"
-#include "core/events/WheelEvent.h"
-#include "core/frame/FrameHost.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/html/HTMLImportElement.h"
-#include "core/html/ime/InputMethodContext.h"
-#include "core/loader/FrameLoader.h"
-#include "core/loader/UniqueIdentifier.h"
-#include "core/page/Chrome.h"
-#include "core/page/EventHandler.h"
-#include "core/page/EventWithHitTestResults.h"
-#include "core/page/FocusController.h"
-#include "core/page/Page.h"
-#include "core/page/TouchDisambiguation.h"
-#include "core/rendering/compositing/RenderLayerCompositor.h"
-#include "core/rendering/RenderView.h"
+#include "sky/engine/config.h"
+#include "sky/engine/web/WebViewImpl.h"
+
#include "gen/sky/core/CSSValueKeywords.h"
#include "gen/sky/core/HTMLNames.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/Cursor.h"
-#include "platform/exported/WebActiveGestureAnimation.h"
-#include "platform/fonts/FontCache.h"
-#include "platform/graphics/Color.h"
-#include "platform/graphics/Image.h"
-#include "platform/graphics/ImageBuffer.h"
-#include "platform/KeyboardCodes.h"
-#include "platform/Logging.h"
-#include "platform/NotImplemented.h"
-#include "platform/PlatformGestureEvent.h"
-#include "platform/PlatformKeyboardEvent.h"
-#include "platform/PlatformMouseEvent.h"
-#include "platform/PlatformWheelEvent.h"
-#include "platform/scroll/Scrollbar.h"
-#include "platform/TraceEvent.h"
-#include "platform/UserGestureIndicator.h"
-#include "platform/weborigin/SchemeRegistry.h"
-#include "public/platform/Platform.h"
-#include "public/platform/WebFloatPoint.h"
-#include "public/platform/WebGestureCurve.h"
-#include "public/platform/WebImage.h"
-#include "public/platform/WebLayerTreeView.h"
-#include "public/platform/WebURLRequest.h"
-#include "public/platform/WebVector.h"
-#include "public/web/WebActiveWheelFlingParameters.h"
-#include "public/web/WebBeginFrameArgs.h"
-#include "public/web/WebFrameClient.h"
-#include "public/web/WebHitTestResult.h"
-#include "public/web/WebNode.h"
-#include "public/web/WebRange.h"
-#include "public/web/WebTextInputInfo.h"
-#include "public/web/WebViewClient.h"
-#include "web/CompositionUnderlineVectorBuilder.h"
-#include "web/GraphicsLayerFactoryChromium.h"
-#include "web/LinkHighlight.h"
-#include "web/painting/ContinuousPainter.h"
-#include "web/WebInputEventConversion.h"
-#include "web/WebLocalFrameImpl.h"
-#include "web/WebSettingsImpl.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/RefPtr.h"
-#include "wtf/TemporaryChange.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/DocumentMarkerController.h"
+#include "sky/engine/core/dom/NodeRenderingTraversal.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/editing/Editor.h"
+#include "sky/engine/core/editing/FrameSelection.h"
+#include "sky/engine/core/editing/HTMLInterchange.h"
+#include "sky/engine/core/editing/InputMethodController.h"
+#include "sky/engine/core/editing/TextIterator.h"
+#include "sky/engine/core/editing/markup.h"
+#include "sky/engine/core/events/KeyboardEvent.h"
+#include "sky/engine/core/events/WheelEvent.h"
+#include "sky/engine/core/frame/FrameHost.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/html/HTMLImportElement.h"
+#include "sky/engine/core/html/ime/InputMethodContext.h"
+#include "sky/engine/core/loader/FrameLoader.h"
+#include "sky/engine/core/loader/UniqueIdentifier.h"
+#include "sky/engine/core/page/Chrome.h"
+#include "sky/engine/core/page/EventHandler.h"
+#include "sky/engine/core/page/EventWithHitTestResults.h"
+#include "sky/engine/core/page/FocusController.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/page/TouchDisambiguation.h"
+#include "sky/engine/core/rendering/RenderView.h"
+#include "sky/engine/core/rendering/compositing/RenderLayerCompositor.h"
+#include "sky/engine/platform/Cursor.h"
+#include "sky/engine/platform/KeyboardCodes.h"
+#include "sky/engine/platform/Logging.h"
+#include "sky/engine/platform/NotImplemented.h"
+#include "sky/engine/platform/PlatformGestureEvent.h"
+#include "sky/engine/platform/PlatformKeyboardEvent.h"
+#include "sky/engine/platform/PlatformMouseEvent.h"
+#include "sky/engine/platform/PlatformWheelEvent.h"
+#include "sky/engine/platform/TraceEvent.h"
+#include "sky/engine/platform/UserGestureIndicator.h"
+#include "sky/engine/platform/exported/WebActiveGestureAnimation.h"
+#include "sky/engine/platform/fonts/FontCache.h"
+#include "sky/engine/platform/graphics/Color.h"
+#include "sky/engine/platform/graphics/Image.h"
+#include "sky/engine/platform/graphics/ImageBuffer.h"
+#include "sky/engine/platform/scroll/Scrollbar.h"
+#include "sky/engine/platform/weborigin/SchemeRegistry.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/public/platform/WebFloatPoint.h"
+#include "sky/engine/public/platform/WebGestureCurve.h"
+#include "sky/engine/public/platform/WebImage.h"
+#include "sky/engine/public/platform/WebLayerTreeView.h"
+#include "sky/engine/public/platform/WebURLRequest.h"
+#include "sky/engine/public/platform/WebVector.h"
+#include "sky/engine/public/web/WebActiveWheelFlingParameters.h"
+#include "sky/engine/public/web/WebBeginFrameArgs.h"
+#include "sky/engine/public/web/WebFrameClient.h"
+#include "sky/engine/public/web/WebHitTestResult.h"
+#include "sky/engine/public/web/WebNode.h"
+#include "sky/engine/public/web/WebRange.h"
+#include "sky/engine/public/web/WebTextInputInfo.h"
+#include "sky/engine/public/web/WebViewClient.h"
+#include "sky/engine/web/CompositionUnderlineVectorBuilder.h"
+#include "sky/engine/web/GraphicsLayerFactoryChromium.h"
+#include "sky/engine/web/LinkHighlight.h"
+#include "sky/engine/web/WebInputEventConversion.h"
+#include "sky/engine/web/WebLocalFrameImpl.h"
+#include "sky/engine/web/WebSettingsImpl.h"
+#include "sky/engine/web/painting/ContinuousPainter.h"
+#include "sky/engine/wtf/CurrentTime.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "sky/engine/wtf/TemporaryChange.h"
// Get rid of WTF's pow define so we can use std::pow.
#undef pow
« no previous file with comments | « sky/engine/web/WebViewImpl.h ('k') | sky/engine/web/linux/WebFontRendering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698