Fix includes to make checkdeps happy
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64618 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
ppapi
@ -5,7 +5,7 @@
|
||||
#ifndef __gl2_h_
|
||||
#define __gl2_h_
|
||||
|
||||
#include "../c/dev/ppb_opengles_dev.h"
|
||||
#include "ppapi/c/dev/ppb_opengles_dev.h"
|
||||
/*
|
||||
* This document is licensed under the SGI Free Software B License Version
|
||||
* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
|
||||
|
@ -9,7 +9,7 @@
|
||||
#ifndef PPAPI_C_DEV_PPB_OPENGLES_DEV_H_
|
||||
#define PPAPI_C_DEV_PPB_OPENGLES_DEV_H_
|
||||
|
||||
#include "../../GLES2/khrplatform.h"
|
||||
#include "ppapi/GLES2/khrplatform.h"
|
||||
|
||||
#define PPB_OPENGLES_DEV_INTERFACE "PPB_OpenGLES(Dev);2.0"
|
||||
|
||||
|
Reference in New Issue
Block a user