summaryrefslogtreecommitdiff
path: root/Source/WebKit2/Shared/ShareableBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/ShareableBitmap.h')
-rw-r--r--Source/WebKit2/Shared/ShareableBitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Shared/ShareableBitmap.h b/Source/WebKit2/Shared/ShareableBitmap.h
index c78a14e09..e5d1a6dc9 100644
--- a/Source/WebKit2/Shared/ShareableBitmap.h
+++ b/Source/WebKit2/Shared/ShareableBitmap.h
@@ -135,7 +135,7 @@ public:
// This creates a QImage that directly references the shared bitmap data.
// This is only safe to use when we know that the contents of the shareable bitmap won't change.
QImage createQImage();
- void swizzleRGB();
+ static void releaseSharedMemoryData(void* typelessBitmap);
#endif
private: