Ticket #52281: patch-Source-WebCore-platform-graphics-PlatformDisplay.cpp.diff

File patch-Source-WebCore-platform-graphics-PlatformDisplay.cpp.diff, 376 bytes (added by gwhitney, 8 years ago)

patchfile for webkit2-gtk

  • Source/WebCore/platform/graphics/PlatformDisplay.cpp

    old new  
    132132#endif
    133133}
    134134
    135 #if !PLATFORM(EFL)
     135#if !PLATFORM(EFL) && ENABLE(GRAPHICS_CONTEXT_3D)
    136136GLContext* PlatformDisplay::sharingGLContext()
    137137{
    138138    if (!m_sharingGLContext)