summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp')
-rw-r--r--Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp b/Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp
index 5b34bb9..e83d045 100644
--- a/Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp
+++ b/Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp
@@ -82,6 +82,7 @@ void WebGLLayerChromium::setContext(const GraphicsContext3D* context)
if (textureId != m_textureId)
m_textureChanged = true;
m_textureId = textureId;
+ m_premultipliedAlpha = m_context->getContextAttributes().premultipliedAlpha;
}
}