Chromium Code Reviews

Unified Diff: Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h

Issue 7982004: Merge 95506 - [chromium] ContentLayer's texture updater deleted during paint when compositing tur... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/ImageLayerChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h (revision 95551)
+++ Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h (working copy)
@@ -61,7 +61,7 @@
virtual void createTextureUpdater(const CCLayerTreeHost*);
virtual LayerTextureUpdater* textureUpdater() const { return m_textureUpdater.get(); }
- OwnPtr<LayerTextureUpdater> m_textureUpdater;
+ RefPtr<LayerTextureUpdater> m_textureUpdater;
};
}
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/ImageLayerChromium.h » ('j') | no next file with comments »

Powered by Google App Engine