diff options
Diffstat (limited to 'WebCore/platform/graphics/android/ShaderProgram.h')
-rw-r--r-- | WebCore/platform/graphics/android/ShaderProgram.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/ShaderProgram.h b/WebCore/platform/graphics/android/ShaderProgram.h index 1f94290..5e2045c 100644 --- a/WebCore/platform/graphics/android/ShaderProgram.h +++ b/WebCore/platform/graphics/android/ShaderProgram.h @@ -72,6 +72,10 @@ class ShaderProgram { int m_hVideoProjectionMatrix; int m_hVideoTextureMatrix; int m_hVideoTexSampler; + + // attribs + GLint m_hPosition; + GLint m_hVideoPosition; }; } // namespace WebCore |