summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp')
-rw-r--r--Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp b/Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp
index c22254cb7..af71c10bf 100644
--- a/Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp
+++ b/Source/WebCore/platform/graphics/blackberry/PluginLayerWebKitThread.cpp
@@ -41,7 +41,7 @@ void PluginLayerWebKitThread::setPluginView(PluginView* pluginView)
{
m_pluginView = pluginView;
setNeedsTexture(isDrawable() && pluginView);
- setLayerProgramShader(LayerProgramShaderRGBA);
+ setLayerProgram(LayerProgramRGBA);
if (m_pluginView)
setNeedsDisplay();