⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246196 in webkit


Ignore:
Timestamp:
Jun 7, 2019, 7:12:05 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix api used to release wpe_fdo_egl_exported_image in GTK

We are using the old deprecated API in AcceleratedBackingStoreWayland::displayBuffer().

  • UIProcess/gtk/AcceleratedBackingStoreWayland.cpp:

(WebKit::AcceleratedBackingStoreWayland::displayBuffer):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246188 r246196  
     12019-06-07  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix api used to release wpe_fdo_egl_exported_image in GTK
     4
     5        We are using the old deprecated API in AcceleratedBackingStoreWayland::displayBuffer().
     6
     7        * UIProcess/gtk/AcceleratedBackingStoreWayland.cpp:
     8        (WebKit::AcceleratedBackingStoreWayland::displayBuffer):
     9
    1102019-06-06  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp

    r246058 r246196  
    223223
    224224    if (m_pendingImage)
    225         wpe_view_backend_exportable_fdo_egl_dispatch_release_image(m_exportable, m_pendingImage);
     225        wpe_view_backend_exportable_fdo_egl_dispatch_release_exported_image(m_exportable, m_pendingImage);
    226226    m_pendingImage = image;
    227227
Note: See TracChangeset for help on using the changeset viewer.