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

Unified Diff: cc/image_layer.h

Issue 11143027: cc: Remove wtf includes from *LayerTextureUpdater headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Out of line CBCLTU dtor Created 8 years, 2 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
« no previous file with comments | « cc/frame_buffer_skpicture_canvas_layer_texture_updater.cc ('k') | cc/image_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/image_layer.h
diff --git a/cc/image_layer.h b/cc/image_layer.h
index 79e6da70f9c50201389b8ebb9afa6884a13ef84e..212f4a4cdb810ff404dbfba2dfe0aeaac90b630d 100644
--- a/cc/image_layer.h
+++ b/cc/image_layer.h
@@ -37,7 +37,7 @@ private:
SkBitmap m_bitmap;
- RefPtr<ImageLayerTextureUpdater> m_textureUpdater;
+ scoped_refptr<ImageLayerTextureUpdater> m_textureUpdater;
};
}
« no previous file with comments | « cc/frame_buffer_skpicture_canvas_layer_texture_updater.cc ('k') | cc/image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698