VIGS buffer manager fixed for libdrm changes 96/18096/3
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Tue, 11 Feb 2014 09:44:01 +0000 (13:44 +0400)
committerJoone Hur <joone.hur@intel.com>
Thu, 20 Mar 2014 17:54:42 +0000 (10:54 -0700)
Change-Id: I0fcca7cef599262bf05c9365717f420b678f2e27
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Source/WebCore/platform/graphics/surfaces/wayland/WaylandVIGSBufferManager.cpp

index 90a04a1..a5e8d4e 100644 (file)
@@ -54,6 +54,7 @@ int WaylandVIGSBufferManager::allocateBO(unsigned width, unsigned height, unsign
                                       height,
                                       stride,
                                       vigs_drm_surface_bgra8888,
+                                      0,
                                       &sfc);
 
     if (ret != 0) {