aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLAssembleInterface.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-03-31 10:22:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-31 10:22:20 -0700
commit062bd860338dbaa8cae38486a338ea97435aed92 (patch)
tree053b845b635b3125b7a78c933dce5da3fa5a9a08 /src/gpu/gl/GrGLAssembleInterface.cpp
parent4c7f0a16312c374eba4e8d5d46435ce9eb0b9971 (diff)
Expose GrGLAssembleInterface
Diffstat (limited to 'src/gpu/gl/GrGLAssembleInterface.cpp')
-rw-r--r--src/gpu/gl/GrGLAssembleInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp
index 91aa045458..bc7dc8a100 100644
--- a/src/gpu/gl/GrGLAssembleInterface.cpp
+++ b/src/gpu/gl/GrGLAssembleInterface.cpp
@@ -6,7 +6,7 @@
*/
-#include "GrGLAssembleInterface.h"
+#include "gl/GrGLAssembleInterface.h"
#include "GrGLUtil.h"
#define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)