summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp')
-rw-r--r--Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp b/Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp
index c3e573923..3850e53ca 100644
--- a/Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp
+++ b/Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp
@@ -142,7 +142,7 @@ void WebLayerTreeRenderer::paintToCurrentGLContext(const TransformationMatrix& m
m_textureMapper->endPainting();
}
-void WebLayerTreeRenderer::paintToGraphicsContext(QPainter* painter)
+void WebLayerTreeRenderer::paintToGraphicsContext(BackingStore::PlatformGraphicsContext painter)
{
if (!m_textureMapper)
m_textureMapper = TextureMapper::create();