Index: Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateQueue.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateQueue.h (revision 125598) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateQueue.h (working copy) |
@@ -43,6 +43,8 @@ |
void appendPartialUpload(TextureUploader::Parameters); |
void appendCopy(TextureCopier::Parameters); |
+ void clearUploads(); |
+ |
TextureUploader::Parameters takeFirstFullUpload(); |
TextureUploader::Parameters takeFirstPartialUpload(); |
TextureCopier::Parameters takeFirstCopy(); |