Changeset 224412 in webkit


Ignore:
Timestamp:
Nov 3, 2017 11:57:42 AM (6 years ago)
Author:
Michael Catanzaro
Message:

[WPE] Remove unneeded USE(LIBEPOXY) guards
https://bugs.webkit.org/show_bug.cgi?id=179228

Reviewed by Carlos Garcia Campos.

USE(LIBEPOXY) is already mandatory for WPE.

  • platform/graphics/egl/GLContextEGLWPE.cpp:
  • platform/graphics/wpe/PlatformDisplayWPE.cpp:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r224409 r224412  
     12017-11-03  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE] Remove unneeded USE(LIBEPOXY) guards
     4        https://bugs.webkit.org/show_bug.cgi?id=179228
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        USE(LIBEPOXY) is already mandatory for WPE.
     9
     10        * platform/graphics/egl/GLContextEGLWPE.cpp:
     11        * platform/graphics/wpe/PlatformDisplayWPE.cpp:
     12
    1132017-11-03  Ali Juma  <ajuma@chromium.org>
    214
  • trunk/Source/WebCore/platform/graphics/egl/GLContextEGLWPE.cpp

    r224347 r224412  
    2626// somehow deducible from the build configuration.
    2727#define __GBM__ 1
    28 #if USE(LIBEPOXY)
    2928#include "EpoxyEGL.h"
    30 #else
    31 #include <EGL/egl.h>
    32 #endif
    3329#include <wpe/renderer-backend-egl.h>
    3430
  • trunk/Source/WebCore/platform/graphics/wpe/PlatformDisplayWPE.cpp

    r224347 r224412  
    3333// somehow deducible from the build configuration.
    3434#define __GBM__ 1
    35 #if USE(LIBEPOXY)
    3635#include "EpoxyEGL.h"
    37 #else
    38 #include <EGL/egl.h>
    39 #endif
    4036#include <wpe/renderer-backend-egl.h>
    4137
Note: See TracChangeset for help on using the changeset viewer.