Ticket #52281: patch-Source-WebCore-platform-graphics-GraphicsContext3D.h.diff

File patch-Source-WebCore-platform-graphics-GraphicsContext3D.h.diff, 508 bytes (added by gwhitney, 8 years ago)

patchfile for webkit2-gtk

  • Source/WebCore/platform/graphics/GraphicsContext3D.h

    old new  
    2626#ifndef GraphicsContext3D_h
    2727#define GraphicsContext3D_h
    2828
     29#if ENABLE(GRAPHICS_CONTEXT_3D)
     30
    2931#include "ANGLEWebKitBridge.h"
    3032#include "GraphicsTypes3D.h"
    3133#include "Image.h"
     
    14471449
    14481450} // namespace WebCore
    14491451
     1452#endif // ENABLE(GRAPHICS_CONTEXT_3D)
     1453
    14501454#endif // GraphicsContext3D_h