summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/QueuedOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/QueuedOperation.h')
-rw-r--r--Source/WebCore/platform/graphics/android/QueuedOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/QueuedOperation.h b/Source/WebCore/platform/graphics/android/QueuedOperation.h
index a2e49a7..1a83f65 100644
--- a/Source/WebCore/platform/graphics/android/QueuedOperation.h
+++ b/Source/WebCore/platform/graphics/android/QueuedOperation.h
@@ -26,10 +26,10 @@
#ifndef QueuedOperation_h
#define QueuedOperation_h
-#include "TiledPage.h"
-
namespace WebCore {
+class TiledPage;
+
class QueuedOperation {
public:
enum OperationType { Undefined, PaintTile, PaintLayer, DeleteTexture };