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