summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-07-10 10:10:18 -0700
committerJohn Reck <jreck@google.com>2012-07-10 10:36:12 -0700
commit22ddc4a8f76077593fba14c8cafffc74f9170dab (patch)
tree1b0d6b3587a2b159cb3f73a278be35164b50e715 /Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h
parent1fcb8aa079de156851042d8e041254b7abeecc77 (diff)
downloadexternal_webkit-22ddc4a8f76077593fba14c8cafffc74f9170dab.zip
external_webkit-22ddc4a8f76077593fba14c8cafffc74f9170dab.tar.gz
external_webkit-22ddc4a8f76077593fba14c8cafffc74f9170dab.tar.bz2
Build a clipping tree in RecordingContext
Change-Id: I967c8e2ea209c848e6a09b44390ab2228b213ca5
Diffstat (limited to 'Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h')
-rw-r--r--Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h b/Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h
index 713d06e..d2c18ab 100644
--- a/Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h
+++ b/Source/WebCore/platform/graphics/android/context/GraphicsOperationCollection.h
@@ -26,13 +26,15 @@
#ifndef GraphicsOperationCollection_h
#define GraphicsOperationCollection_h
-#if USE(ACCELERATED_COMPOSITING)
-
-#include "GraphicsOperation.h"
#include "SkRefCnt.h"
+#include "wtf/Vector.h"
namespace WebCore {
+namespace GraphicsOperation {
+class Operation;
+}
+
class PlatformGraphicsContext;
class GraphicsOperationCollection : public SkRefCnt {
@@ -56,6 +58,4 @@ private:
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif // GraphicsOperationCollection_h