| Index: sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextObject.cpp b/sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| index 22b2d0f69126c7fd42896d50ec5dcc63feb845bf..8e058c4e6f3e706e5e907fcba47f979dea137ed3 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| @@ -23,12 +23,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/html/canvas/WebGLContextObject.h"
|
| +#include "sky/engine/core/html/canvas/WebGLContextObject.h"
|
|
|
| -#include "core/html/canvas/WebGLRenderingContextBase.h"
|
| -#include "core/html/canvas/WebGLSharedWebGraphicsContext3D.h"
|
| +#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
| +#include "sky/engine/core/html/canvas/WebGLSharedWebGraphicsContext3D.h"
|
|
|
| namespace blink {
|
|
|
|
|