summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-07-31 17:44:23 -0700
committerJohn Reck <jreck@google.com>2012-07-31 17:44:23 -0700
commit74d16a7661fcde10787bc62b4c62e202c9cc2495 (patch)
tree8fb66a11a1104b5918630cd2735730846d25e888 /Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp
parentd9779adc025ab665fde1c9983e7793e96ab56d4e (diff)
downloadexternal_webkit-74d16a7661fcde10787bc62b4c62e202c9cc2495.zip
external_webkit-74d16a7661fcde10787bc62b4c62e202c9cc2495.tar.gz
external_webkit-74d16a7661fcde10787bc62b4c62e202c9cc2495.tar.bz2
Memory cleanup
Save 24 bytes per GraphicsOperation, yay! Change-Id: I6719836b376ffeb99657a882a03d60d172d76705
Diffstat (limited to 'Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp
index 42f8400..b0ab3ac 100644
--- a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp
+++ b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.cpp
@@ -850,7 +850,6 @@ void PlatformGraphicsContextRecording::appendDrawingOperation(
return;
}
ALOGV("appendOperation %p->%s()", operation, operation->name());
- operation->m_globalBounds = ibounds;
RecordingData* data = new RecordingData(operation, mRecording->recording()->m_nodeCount++);
mRecording->recording()->m_tree.insert(ibounds, data);
}