aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLPath.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-10-19 09:03:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-19 09:03:23 -0700
commit2fc11d39d187f932aeeb8f6220089326df75e9a1 (patch)
tree870aea0ab7cadbf0eda12228b833465ad61068cb /src/gpu/gl/GrGLPath.h
parent9f8904d2fdde2fac2d2be4af7b19de9e5ad3fc3c (diff)
Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.
Diffstat (limited to 'src/gpu/gl/GrGLPath.h')
-rw-r--r--src/gpu/gl/GrGLPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h
index b394050277..b5346fd4bb 100644
--- a/src/gpu/gl/GrGLPath.h
+++ b/src/gpu/gl/GrGLPath.h
@@ -10,7 +10,7 @@
#define GrGLPath_DEFINED
#include "../GrPath.h"
-#include "gl/GrGLFunctions.h"
+#include "gl/GrGLTypes.h"
class GrGLGpu;