summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/UpdateInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/UpdateInfo.h')
-rw-r--r--Source/WebKit2/Shared/UpdateInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/Shared/UpdateInfo.h b/Source/WebKit2/Shared/UpdateInfo.h
index 7b5454e..8e08ed0 100644
--- a/Source/WebKit2/Shared/UpdateInfo.h
+++ b/Source/WebKit2/Shared/UpdateInfo.h
@@ -26,7 +26,7 @@
#ifndef UpdateInfo_h
#define UpdateInfo_h
-#include "SharedMemory.h"
+#include "ShareableBitmap.h"
#include <WebCore/IntRect.h>
#include <wtf/Noncopyable.h>
@@ -60,7 +60,7 @@ public:
Vector<WebCore::IntRect> updateRects;
// The handle of the shareable bitmap containing the updates. Will be null if there are no updates.
- SharedMemory::Handle bitmapHandle;
+ ShareableBitmap::Handle bitmapHandle;
};
} // namespace WebKit