Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unreviewed build fix after r119247.
Do not include TextureMapperGL.h when not building
with GRAPHICS_SURFACE.

* platform/graphics/texmap/TextureMapperBackingStore.cpp:

Canonical link: https://commits.webkit.org/105930@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@119252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Zeno Albisser committed Jun 1, 2012
1 parent 9afd958 commit 1df7050
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
2012-06-01 Zeno Albisser <zeno@webkit.org>

Unreviewed build fix after r119247.

Do not include TextureMapperGL.h when not building
with GRAPHICS_SURFACE.

* platform/graphics/texmap/TextureMapperBackingStore.cpp:

2012-06-01 Mario Sanchez Prada <msanchez@igalia.com>

[GTK] Add a new and reusable Geoclue-based geolocation provider in WebCore
Expand Down
Expand Up @@ -24,7 +24,10 @@
#include "GraphicsSurface.h"
#include "ImageBuffer.h"
#include "TextureMapper.h"

#if USE(GRAPHICS_SURFACE)
#include "TextureMapperGL.h"
#endif

namespace WebCore {

Expand Down

0 comments on commit 1df7050

Please sign in to comment.