From 2c1172018f73929660eef3396b5016085892d0db Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Tue, 11 Feb 2014 13:44:01 +0400 Subject: [PATCH] VIGS buffer manager fixed for libdrm changes Change-Id: I0fcca7cef599262bf05c9365717f420b678f2e27 Signed-off-by: Stanislav Vorobiov --- .../platform/graphics/surfaces/wayland/WaylandVIGSBufferManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/WebCore/platform/graphics/surfaces/wayland/WaylandVIGSBufferManager.cpp b/Source/WebCore/platform/graphics/surfaces/wayland/WaylandVIGSBufferManager.cpp index 90a04a1..a5e8d4e 100644 --- a/Source/WebCore/platform/graphics/surfaces/wayland/WaylandVIGSBufferManager.cpp +++ b/Source/WebCore/platform/graphics/surfaces/wayland/WaylandVIGSBufferManager.cpp @@ -54,6 +54,7 @@ int WaylandVIGSBufferManager::allocateBO(unsigned width, unsigned height, unsign height, stride, vigs_drm_surface_bgra8888, + 0, &sfc); if (ret != 0) { -- 2.7.4