diff options
Diffstat (limited to 'WebCore/platform/graphics/android/ShaderProgram.h')
-rw-r--r-- | WebCore/platform/graphics/android/ShaderProgram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/ShaderProgram.h b/WebCore/platform/graphics/android/ShaderProgram.h index afc36f5..fcb093b 100644 --- a/WebCore/platform/graphics/android/ShaderProgram.h +++ b/WebCore/platform/graphics/android/ShaderProgram.h @@ -30,6 +30,7 @@ namespace WebCore { class ShaderProgram { public: ShaderProgram(); + void init(); int projectionMatrix() { return m_hProjectionMatrix; } int alpha() { return m_hAlpha; } int textureSampler() { return m_hTexSampler; } |