Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 2e9ef6fea7d166bbcd779c2333a8eda8ffc96fa2..27f1eccda757f5ddedf2aebc93825b7726de6715 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -246,6 +246,7 @@ public: |
GLPtr<GrGLPopGroupMarkerProc> fPopGroupMarker; |
GLPtr<GrGLPushGroupMarkerProc> fPushGroupMarker; |
GLPtr<GrGLQueryCounterProc> fQueryCounter; |
+ GLPtr<GrGLRasterSamplesProc> fRasterSamples; |
GLPtr<GrGLReadBufferProc> fReadBuffer; |
GLPtr<GrGLReadPixelsProc> fReadPixels; |
GLPtr<GrGLRenderbufferStorageProc> fRenderbufferStorage; |