| Index: Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateController.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateController.h (revision 125598)
|
| +++ Source/WebCore/platform/graphics/chromium/cc/CCTextureUpdateController.h (working copy)
|
| @@ -57,6 +57,7 @@
|
| CCTextureUpdateController(PassOwnPtr<CCTextureUpdateQueue>, CCResourceProvider*, TextureCopier*, TextureUploader*);
|
|
|
| OwnPtr<CCTextureUpdateQueue> m_queue;
|
| + bool m_contentsTexturesPurged;
|
| CCResourceProvider* m_resourceProvider;
|
| TextureCopier* m_copier;
|
| TextureUploader* m_uploader;
|
|
|