| Index: sky/engine/core/html/canvas/CanvasPattern.cpp
|
| diff --git a/sky/engine/core/html/canvas/CanvasPattern.cpp b/sky/engine/core/html/canvas/CanvasPattern.cpp
|
| index d3b4f86b6d949ee563d01c3b001b96f048a633e8..a3867b56b32ad1929f84b3e0f9c9b58350907bc9 100644
|
| --- a/sky/engine/core/html/canvas/CanvasPattern.cpp
|
| +++ b/sky/engine/core/html/canvas/CanvasPattern.cpp
|
| @@ -23,12 +23,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/html/canvas/CanvasPattern.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/canvas/CanvasPattern.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/core/dom/ExceptionCode.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|