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

Unified Diff: sky/engine/core/dom/Element.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/core/dom/Element.h ('k') | sky/engine/core/dom/ElementData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.cpp
diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
index 1321d5a9b071cd9e8f9c0c2cf3152d3130b00c39..cdf7e2e864e6d76998ed7a8b9dfdf1c2a73bfe63 100644
--- a/sky/engine/core/dom/Element.cpp
+++ b/sky/engine/core/dom/Element.cpp
@@ -23,74 +23,74 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/dom/Element.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/dom/Element.h"
-#include "bindings/core/v8/Dictionary.h"
-#include "bindings/core/v8/ExceptionMessages.h"
-#include "bindings/core/v8/ExceptionState.h"
#include "gen/sky/core/CSSValueKeywords.h"
#include "gen/sky/core/HTMLNames.h"
-#include "core/animation/AnimationTimeline.h"
-#include "core/animation/css/CSSAnimations.h"
-#include "core/css/CSSImageValue.h"
-#include "core/css/CSSStyleSheet.h"
-#include "core/css/CSSValuePool.h"
-#include "core/css/PropertySetCSSStyleDeclaration.h"
-#include "core/css/StylePropertySet.h"
-#include "core/css/parser/BisonCSSParser.h"
-#include "core/css/resolver/StyleResolver.h"
-#include "core/dom/Attr.h"
-#include "core/dom/ClientRect.h"
-#include "core/dom/ClientRectList.h"
-#include "core/dom/ElementDataCache.h"
-#include "core/dom/ElementRareData.h"
-#include "core/dom/ElementTraversal.h"
-#include "core/dom/ExceptionCode.h"
-#include "core/dom/MutationObserverInterestGroup.h"
-#include "core/dom/MutationRecord.h"
-#include "core/dom/NodeRenderStyle.h"
-#include "core/dom/RenderTreeBuilder.h"
-#include "core/dom/SelectorQuery.h"
-#include "core/dom/StyleEngine.h"
-#include "core/dom/Text.h"
-#include "core/dom/custom/CustomElement.h"
-#include "core/dom/custom/CustomElementRegistrationContext.h"
-#include "core/dom/shadow/InsertionPoint.h"
-#include "core/dom/shadow/ShadowRoot.h"
-#include "core/editing/FrameSelection.h"
-#include "core/editing/TextIterator.h"
-#include "core/editing/htmlediting.h"
-#include "core/editing/markup.h"
-#include "core/events/EventDispatcher.h"
-#include "core/events/FocusEvent.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/frame/UseCounter.h"
-#include "core/html/ClassList.h"
-#include "core/html/HTMLCanvasElement.h"
-#include "core/html/HTMLDocument.h"
-#include "core/html/HTMLElement.h"
-#include "core/html/HTMLTemplateElement.h"
-#include "core/html/parser/HTMLDocumentParser.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "core/page/Chrome.h"
-#include "core/page/ChromeClient.h"
-#include "core/page/FocusController.h"
-#include "core/page/Page.h"
-#include "core/rendering/RenderLayer.h"
-#include "core/rendering/RenderView.h"
-#include "core/rendering/compositing/RenderLayerCompositor.h"
-#include "platform/EventDispatchForbiddenScope.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/UserGestureIndicator.h"
-#include "platform/scroll/ScrollableArea.h"
-#include "wtf/BitVector.h"
-#include "wtf/HashFunctions.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/StringBuilder.h"
-#include "wtf/text/TextPosition.h"
+#include "sky/engine/bindings/core/v8/Dictionary.h"
+#include "sky/engine/bindings/core/v8/ExceptionMessages.h"
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/core/animation/AnimationTimeline.h"
+#include "sky/engine/core/animation/css/CSSAnimations.h"
+#include "sky/engine/core/css/CSSImageValue.h"
+#include "sky/engine/core/css/CSSStyleSheet.h"
+#include "sky/engine/core/css/CSSValuePool.h"
+#include "sky/engine/core/css/PropertySetCSSStyleDeclaration.h"
+#include "sky/engine/core/css/StylePropertySet.h"
+#include "sky/engine/core/css/parser/BisonCSSParser.h"
+#include "sky/engine/core/css/resolver/StyleResolver.h"
+#include "sky/engine/core/dom/Attr.h"
+#include "sky/engine/core/dom/ClientRect.h"
+#include "sky/engine/core/dom/ClientRectList.h"
+#include "sky/engine/core/dom/ElementDataCache.h"
+#include "sky/engine/core/dom/ElementRareData.h"
+#include "sky/engine/core/dom/ElementTraversal.h"
+#include "sky/engine/core/dom/ExceptionCode.h"
+#include "sky/engine/core/dom/MutationObserverInterestGroup.h"
+#include "sky/engine/core/dom/MutationRecord.h"
+#include "sky/engine/core/dom/NodeRenderStyle.h"
+#include "sky/engine/core/dom/RenderTreeBuilder.h"
+#include "sky/engine/core/dom/SelectorQuery.h"
+#include "sky/engine/core/dom/StyleEngine.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/dom/custom/CustomElement.h"
+#include "sky/engine/core/dom/custom/CustomElementRegistrationContext.h"
+#include "sky/engine/core/dom/shadow/InsertionPoint.h"
+#include "sky/engine/core/dom/shadow/ShadowRoot.h"
+#include "sky/engine/core/editing/FrameSelection.h"
+#include "sky/engine/core/editing/TextIterator.h"
+#include "sky/engine/core/editing/htmlediting.h"
+#include "sky/engine/core/editing/markup.h"
+#include "sky/engine/core/events/EventDispatcher.h"
+#include "sky/engine/core/events/FocusEvent.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/frame/UseCounter.h"
+#include "sky/engine/core/html/ClassList.h"
+#include "sky/engine/core/html/HTMLCanvasElement.h"
+#include "sky/engine/core/html/HTMLDocument.h"
+#include "sky/engine/core/html/HTMLElement.h"
+#include "sky/engine/core/html/HTMLTemplateElement.h"
+#include "sky/engine/core/html/parser/HTMLDocumentParser.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/core/page/Chrome.h"
+#include "sky/engine/core/page/ChromeClient.h"
+#include "sky/engine/core/page/FocusController.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/rendering/RenderLayer.h"
+#include "sky/engine/core/rendering/RenderView.h"
+#include "sky/engine/core/rendering/compositing/RenderLayerCompositor.h"
+#include "sky/engine/platform/EventDispatchForbiddenScope.h"
+#include "sky/engine/platform/UserGestureIndicator.h"
+#include "sky/engine/platform/scroll/ScrollableArea.h"
+#include "sky/engine/wtf/BitVector.h"
+#include "sky/engine/wtf/HashFunctions.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
+#include "sky/engine/wtf/text/TextPosition.h"
namespace blink {
« no previous file with comments | « sky/engine/core/dom/Element.h ('k') | sky/engine/core/dom/ElementData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698