Chromium Code Reviews| Index: Source/WebCore/platform/graphics/chromium/ImageLayerChromium.h |
| =================================================================== |
| --- Source/WebCore/platform/graphics/chromium/ImageLayerChromium.h (revision 95551) |
| +++ Source/WebCore/platform/graphics/chromium/ImageLayerChromium.h (working copy) |
| @@ -73,7 +73,7 @@ |
| NativeImagePtr m_imageForCurrentFrame; |
| RefPtr<Image> m_contents; |
| - OwnPtr<ImageLayerTextureUpdater> m_textureUpdater; |
| + RefPtr<ImageLayerTextureUpdater> m_textureUpdater; |
| }; |
| } |