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

Unified Diff: cc/content_layer.h

Issue 11143027: cc: Remove wtf includes from *LayerTextureUpdater headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: cc/content_layer.h
diff --git a/cc/content_layer.h b/cc/content_layer.h
index add4b66464f1577c1e9cca470eff643480bfc079..fdeb50bc53bb02fcee06c32d644bf7d9275a8bef 100644
--- a/cc/content_layer.h
+++ b/cc/content_layer.h
@@ -56,7 +56,7 @@ private:
virtual void createTextureUpdaterIfNeeded() OVERRIDE;
ContentLayerChromiumClient* m_client;
- RefPtr<LayerTextureUpdater> m_textureUpdater;
+ scoped_refptr<LayerTextureUpdater> m_textureUpdater;
};
}

Powered by Google App Engine
This is Rietveld 408576698