| Index: sky/engine/web/LinkHighlight.cpp
|
| diff --git a/sky/engine/web/LinkHighlight.cpp b/sky/engine/web/LinkHighlight.cpp
|
| index ece9cbc3a427c69354462e8232ddca169608c72b..6d17f470ef5aafa530da9e766cbca05967e7e694 100644
|
| --- a/sky/engine/web/LinkHighlight.cpp
|
| +++ b/sky/engine/web/LinkHighlight.cpp
|
| @@ -23,33 +23,33 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -
|
| -#include "web/LinkHighlight.h"
|
| -
|
| -#include "SkMatrix44.h"
|
| -#include "core/dom/Node.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/rendering/RenderLayer.h"
|
| -#include "core/rendering/RenderLayerModelObject.h"
|
| -#include "core/rendering/RenderObject.h"
|
| -#include "core/rendering/RenderView.h"
|
| -#include "core/rendering/compositing/CompositedLayerMapping.h"
|
| -#include "core/rendering/style/ShadowData.h"
|
| -#include "platform/graphics/Color.h"
|
| -#include "public/platform/Platform.h"
|
| -#include "public/platform/WebCompositorAnimationCurve.h"
|
| -#include "public/platform/WebCompositorSupport.h"
|
| -#include "public/platform/WebFloatAnimationCurve.h"
|
| -#include "public/platform/WebFloatPoint.h"
|
| -#include "public/platform/WebRect.h"
|
| -#include "public/platform/WebSize.h"
|
| -#include "public/web/Sky.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebSettingsImpl.h"
|
| -#include "web/WebViewImpl.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "sky/engine/config.h"
|
| +
|
| +#include "sky/engine/web/LinkHighlight.h"
|
| +
|
| +#include "sky/engine/core/dom/Node.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/rendering/RenderLayer.h"
|
| +#include "sky/engine/core/rendering/RenderLayerModelObject.h"
|
| +#include "sky/engine/core/rendering/RenderObject.h"
|
| +#include "sky/engine/core/rendering/RenderView.h"
|
| +#include "sky/engine/core/rendering/compositing/CompositedLayerMapping.h"
|
| +#include "sky/engine/core/rendering/style/ShadowData.h"
|
| +#include "sky/engine/platform/graphics/Color.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
| +#include "sky/engine/public/platform/WebCompositorAnimationCurve.h"
|
| +#include "sky/engine/public/platform/WebCompositorSupport.h"
|
| +#include "sky/engine/public/platform/WebFloatAnimationCurve.h"
|
| +#include "sky/engine/public/platform/WebFloatPoint.h"
|
| +#include "sky/engine/public/platform/WebRect.h"
|
| +#include "sky/engine/public/platform/WebSize.h"
|
| +#include "sky/engine/public/web/Sky.h"
|
| +#include "sky/engine/web/WebLocalFrameImpl.h"
|
| +#include "sky/engine/web/WebSettingsImpl.h"
|
| +#include "sky/engine/web/WebViewImpl.h"
|
| +#include "sky/engine/wtf/CurrentTime.h"
|
| +#include "third_party/skia/include/utils/SkMatrix44.h"
|
|
|
| namespace blink {
|
|
|
|
|