| Index: sky/engine/core/html/canvas/WebGLTexture.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLTexture.cpp b/sky/engine/core/html/canvas/WebGLTexture.cpp
|
| index 5a6379e88501854897399d580b49bdbf7b064287..f6cc53bd3cb9e3c527d2044cb40cea903db1f18c 100644
|
| --- a/sky/engine/core/html/canvas/WebGLTexture.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLTexture.cpp
|
| @@ -23,11 +23,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/html/canvas/WebGLTexture.h"
|
| +#include "sky/engine/core/html/canvas/WebGLTexture.h"
|
|
|
| -#include "core/html/canvas/WebGLRenderingContextBase.h"
|
| +#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| namespace blink {
|
|
|
|
|