summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/GraphicsOperation.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-07-03 14:22:20 -0700
committerJohn Reck <jreck@google.com>2012-07-03 14:54:03 -0700
commit1fcb8aa079de156851042d8e041254b7abeecc77 (patch)
tree3f54ed48f7ac97a196f17a2c400ddae023f446bf /Source/WebCore/platform/graphics/android/context/GraphicsOperation.h
parentcd037d9094659dcb6f998997d7f32e99fc6b7697 (diff)
downloadexternal_webkit-1fcb8aa079de156851042d8e041254b7abeecc77.zip
external_webkit-1fcb8aa079de156851042d8e041254b7abeecc77.tar.gz
external_webkit-1fcb8aa079de156851042d8e041254b7abeecc77.tar.bz2
Refactor RecordingContext optimization work
Makes more sense to have PlatformGraphicsContextRecording do the optimizations as it already has all of the interesting data rather than have GraphicsOperationCollection "deep inspect" the stream Change-Id: I0dba6531a352d178afbee2c5eea7d67b82c28df5
Diffstat (limited to 'Source/WebCore/platform/graphics/android/context/GraphicsOperation.h')
-rw-r--r--Source/WebCore/platform/graphics/android/context/GraphicsOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/GraphicsOperation.h b/Source/WebCore/platform/graphics/android/context/GraphicsOperation.h
index 2db6c1d..942d9a6 100644
--- a/Source/WebCore/platform/graphics/android/context/GraphicsOperation.h
+++ b/Source/WebCore/platform/graphics/android/context/GraphicsOperation.h
@@ -48,7 +48,7 @@ namespace WebCore {
namespace GraphicsOperation {
-class Operation : public ThreadSafeRefCounted<Operation> {
+class Operation {
public:
typedef enum { UndefinedOperation
// State management