summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/qt/UpdateChunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/qt/UpdateChunk.h')
-rw-r--r--Source/WebKit2/Shared/qt/UpdateChunk.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebKit2/Shared/qt/UpdateChunk.h b/Source/WebKit2/Shared/qt/UpdateChunk.h
index f506ba7..664056a 100644
--- a/Source/WebKit2/Shared/qt/UpdateChunk.h
+++ b/Source/WebKit2/Shared/qt/UpdateChunk.h
@@ -29,6 +29,7 @@
#include <QImage>
#include <WebCore/IntRect.h>
+#include "SharedMemory.h"
namespace CoreIPC {
class ArgumentEncoder;
@@ -37,8 +38,6 @@ class ArgumentDecoder;
namespace WebKit {
-class MappedMemory;
-
class UpdateChunk {
public:
UpdateChunk();
@@ -58,7 +57,7 @@ private:
WebCore::IntRect m_rect;
- mutable MappedMemory* m_mappedMemory;
+ mutable RefPtr<SharedMemory> m_sharedMemory;
};
} // namespace WebKit