| Index: sky/engine/core/html/canvas/WebGLLoseContext.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLLoseContext.cpp b/sky/engine/core/html/canvas/WebGLLoseContext.cpp
|
| index 4914a7a7677766f38c9063e41c36784499b00cd3..26e06c54cd0812f40802cfa50a02de95bb2f03d4 100644
|
| --- a/sky/engine/core/html/canvas/WebGLLoseContext.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLLoseContext.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/WebGLLoseContext.h"
|
| +#include "sky/engine/core/html/canvas/WebGLLoseContext.h"
|
|
|
| -#include "core/html/canvas/WebGLRenderingContextBase.h"
|
| +#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| namespace blink {
|
|
|
|
|