| Index: sky/engine/core/html/canvas/WebGLProgram.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLProgram.cpp b/sky/engine/core/html/canvas/WebGLProgram.cpp
|
| index d4d7a29bcfc9643eb72743ed4db8194e3f3cb508..bc96fbdb25f5ebc9290a5d59a911723818d8040d 100644
|
| --- a/sky/engine/core/html/canvas/WebGLProgram.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLProgram.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/WebGLProgram.h"
|
| +#include "sky/engine/core/html/canvas/WebGLProgram.h"
|
|
|
| -#include "core/html/canvas/WebGLContextGroup.h"
|
| -#include "core/html/canvas/WebGLRenderingContextBase.h"
|
| +#include "sky/engine/core/html/canvas/WebGLContextGroup.h"
|
| +#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| namespace blink {
|
|
|
|
|