summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h b/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h
index cfdccda..d93fd89 100644
--- a/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h
+++ b/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.h
@@ -153,7 +153,7 @@ public:
m_contrast = contrast;
}
void setGLDrawInfo(const android::uirenderer::DrawGlInfo* info);
-
+ void forceNeedsInit() { m_needsInit = true; }
bool needsInit() { return m_needsInit; }
bool usePointSampling(float tileScale, const TransformationMatrix* layerTransform);