summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/LayerGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/LayerGroup.h')
-rw-r--r--Source/WebCore/platform/graphics/android/LayerGroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/LayerGroup.h b/Source/WebCore/platform/graphics/android/LayerGroup.h
index 90001a5..edfb30d 100644
--- a/Source/WebCore/platform/graphics/android/LayerGroup.h
+++ b/Source/WebCore/platform/graphics/android/LayerGroup.h
@@ -37,8 +37,8 @@ namespace WebCore {
class BaseTile;
class DualTiledTexture;
-class TexturesResult;
class LayerAndroid;
+class TexturesResult;
class LayerGroup : public TilePainter {
public:
@@ -47,7 +47,6 @@ public:
bool tryUpdateLayerGroup(LayerGroup* oldLayerGroup);
-
void addLayer(LayerAndroid* layer, const TransformationMatrix& transform);
IntRect visibleArea();
void prepareGL(bool layerTilesDisabled);
@@ -62,6 +61,7 @@ public:
bool singleLayer() { return m_layers.size() == 1; }
bool needsTexture() { return m_needsTexture; }
bool hasText() { return m_hasText; }
+ bool isBase();
// TilePainter methods
virtual bool paint(BaseTile* tile, SkCanvas* canvas);