Changeset 206998 in webkit


Ignore:
Timestamp:
Oct 10, 2016 9:16:53 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] 2.14.0 Compile Errors: GTK 3.22.1
https://bugs.webkit.org/show_bug.cgi?id=163190

Patch by Carlos Garcia Campos <cgarcia@igalia.com> on 2016-10-10
Reviewed by Alex Christensen.

  • UIProcess/gtk/AcceleratedBackingStoreX11.cpp: Include gtk.h since we are using gtk_widget_queue_draw().
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r206997 r206998  
     12016-10-10  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] 2.14.0 Compile Errors: GTK 3.22.1
     4        https://bugs.webkit.org/show_bug.cgi?id=163190
     5
     6        Reviewed by Alex Christensen.
     7
     8        * UIProcess/gtk/AcceleratedBackingStoreX11.cpp: Include gtk.h since we are using gtk_widget_queue_draw().
     9
    1102016-10-10  Gyuyoung Kim  <gyuyoung.kim@navercorp.com>
    211
  • trunk/Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreX11.cpp

    r206305 r206998  
    3838#include <cairo-xlib.h>
    3939#include <gdk/gdkx.h>
     40#include <gtk/gtk.h>
    4041#include <wtf/HashMap.h>
    4142#include <wtf/NeverDestroyed.h>
Note: See TracChangeset for help on using the changeset viewer.