Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(360)

Unified Diff: gpu/include/GrGLIndexBuffer.h

Issue 4354048: Remove dependence on platform GL to build Gr, add optional platform-specific default impls (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: minor changes Created 13 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/include/GrGLIndexBuffer.h
===================================================================
--- gpu/include/GrGLIndexBuffer.h (revision 1038)
+++ gpu/include/GrGLIndexBuffer.h (working copy)
@@ -19,7 +19,7 @@
#define GrGLIndexBuffer_DEFINED
#include "GrIndexBuffer.h"
-#include "GrGLConfig.h"
+#include "GrGLInterface.h"
class GrGpuGL;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b