| Index: sky/engine/core/dom/TreeScope.cpp
|
| diff --git a/sky/engine/core/dom/TreeScope.cpp b/sky/engine/core/dom/TreeScope.cpp
|
| index 4491379798fc4bbbe84ff486697ebb9765cff161..5276416d3a7978f02e43919d8be76cadf1958d1f 100644
|
| --- a/sky/engine/core/dom/TreeScope.cpp
|
| +++ b/sky/engine/core/dom/TreeScope.cpp
|
| @@ -24,29 +24,29 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/TreeScope.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/TreeScope.h"
|
|
|
| #include "gen/sky/core/HTMLNames.h"
|
| -#include "core/css/resolver/ScopedStyleResolver.h"
|
| -#include "core/dom/ContainerNode.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/ElementTraversal.h"
|
| -#include "core/dom/NodeRenderStyle.h"
|
| -#include "core/dom/TreeScopeAdopter.h"
|
| -#include "core/dom/shadow/ElementShadow.h"
|
| -#include "core/dom/shadow/ShadowRoot.h"
|
| -#include "core/editing/DOMSelection.h"
|
| -#include "core/events/EventPath.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/html/HTMLAnchorElement.h"
|
| -#include "core/page/FocusController.h"
|
| -#include "core/page/Page.h"
|
| -#include "core/rendering/HitTestResult.h"
|
| -#include "core/rendering/RenderView.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/css/resolver/ScopedStyleResolver.h"
|
| +#include "sky/engine/core/dom/ContainerNode.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/ElementTraversal.h"
|
| +#include "sky/engine/core/dom/NodeRenderStyle.h"
|
| +#include "sky/engine/core/dom/TreeScopeAdopter.h"
|
| +#include "sky/engine/core/dom/shadow/ElementShadow.h"
|
| +#include "sky/engine/core/dom/shadow/ShadowRoot.h"
|
| +#include "sky/engine/core/editing/DOMSelection.h"
|
| +#include "sky/engine/core/events/EventPath.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/html/HTMLAnchorElement.h"
|
| +#include "sky/engine/core/page/FocusController.h"
|
| +#include "sky/engine/core/page/Page.h"
|
| +#include "sky/engine/core/rendering/HitTestResult.h"
|
| +#include "sky/engine/core/rendering/RenderView.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|