Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: Source/WebCore/platform/graphics/chromium/ImageLayerChromium.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
}

Powered by Google App Engine
This is Rietveld 408576698