Make GrGLDefines.h be a private header

Review URL: http://codereview.appspot.com/6198048/



git-svn-id: http://skia.googlecode.com/svn/trunk@3851 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-05-07 17:28:41 +00:00
Родитель 68288c289c
Коммит 91bcc94e87
7 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -201,7 +201,6 @@
'../include/gpu/gl/GrGLConfig.h',
'../include/gpu/gl/GrGLConfig_chrome.h',
'../include/gpu/gl/GrGLDefines.h',
'../include/gpu/gl/GrGLInterface.h',
'../src/gpu/GrAAHairLinePathRenderer.cpp',
@ -284,6 +283,7 @@
'../src/gpu/gl/GrGLCreateNullInterface.cpp',
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
'../src/gpu/gl/GrGLDefaultInterface_native.cpp',
'../src/gpu/gl/GrGLDefines.h',
'../src/gpu/gl/GrGLIndexBuffer.cpp',
'../src/gpu/gl/GrGLIndexBuffer.h',
'../src/gpu/gl/GrGLInterface.cpp',

Просмотреть файл

@ -12,7 +12,6 @@
#define GrGLConfig_DEFINED
#include "GrTypes.h"
#include "GrGLDefines.h"
/**
* Optional GL config file.

Просмотреть файл

@ -9,6 +9,7 @@
#include "gl/GrGLInterface.h"
#include "../GrTDArray.h"
#include "GrGLDefines.h"
GrGLvoid GR_GL_FUNCTION_TYPE nullGLActiveTexture(GrGLenum texture) {}
GrGLvoid GR_GL_FUNCTION_TYPE nullGLAttachShader(GrGLuint program, GrGLuint shader) {}

Просмотреть файл

Просмотреть файл

@ -9,6 +9,7 @@
#define GrGLUtil_DEFINED
#include "gl/GrGLInterface.h"
#include "GrGLDefines.h"
////////////////////////////////////////////////////////////////////////////////

Просмотреть файл

@ -10,6 +10,7 @@
#define GrBufferObj_DEFINED
#include "GrFakeRefObj.h"
#include "../GrGLDefines.h"
////////////////////////////////////////////////////////////////////////////////
class GrBufferObj : public GrFakeRefObj {

Просмотреть файл

@ -10,6 +10,7 @@
#define GrShaderObj_DEFINED
#include "GrFakeRefObj.h"
#include "../GrGLDefines.h"
////////////////////////////////////////////////////////////////////////////////
class GrShaderObj : public GrFakeRefObj {