Changeset 248012 in webkit


Ignore:
Timestamp:
Jul 30, 2019 10:28:57 AM (5 years ago)
Author:
Michael Catanzaro
Message:

[GTK] Compilation errors when GL is disabled
https://bugs.webkit.org/show_bug.cgi?id=200223

Unreviewed, keep trying to fix build with -DENABLE_OPENGL=OFF.

The previous commit was sufficient for the 2.24 branch, but on trunk there are more
problems. This doesn't solve all of them, but it gets us closer.

  • SourcesGTK.txt:
  • platform/graphics/GLContext.h:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r248010 r248012  
     12019-07-30  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Compilation errors when GL is disabled
     4        https://bugs.webkit.org/show_bug.cgi?id=200223
     5
     6        Unreviewed, keep trying to fix build with -DENABLE_OPENGL=OFF.
     7
     8        The previous commit was sufficient for the 2.24 branch, but on trunk there are more
     9        problems. This doesn't solve all of them, but it gets us closer.
     10
     11        * SourcesGTK.txt:
     12        * platform/graphics/GLContext.h:
     13
    1142019-07-24  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/WebCore/SourcesGTK.txt

    r246632 r248012  
    6868platform/graphics/GLContext.cpp @no-unify
    6969platform/graphics/GraphicsContext3DPrivate.cpp
    70 platform/graphics/PlatformDisplay.cpp
     70platform/graphics/PlatformDisplay.cpp @no-unify
    7171
    7272platform/graphics/cairo/BackingStoreBackendCairoX11.cpp @no-unify
  • trunk/Source/WebCore/platform/graphics/GLContext.h

    r226657 r248012  
    2222
    2323#include "GraphicsContext3D.h"
     24#include "IntSize.h"
    2425#include "PlatformDisplay.h"
    2526#include <wtf/Noncopyable.h>
Note: See TracChangeset for help on using the changeset viewer.