Chromium Code Reviews

Unified Diff: Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateQueue.h

Issue 10836250: Merge 125577 - [chromium] race between CCLayerTreeHostImpl::releaseContentsTextures and CCThreadPro… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine