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

Unified Diff: cc/trees/layer_tree_host_unittest.cc

Issue 12962007: cc: Chromify resource_update_queue (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/trees/layer_tree_host_unittest.cc
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
index 7b4230a0ef94d37d17131308acb4a6a8c581d8d1..2b2a84d63dfabf67c91ffaca32a5b8e3f720aa1c 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -1556,7 +1556,7 @@ void EvictionTestLayer::Update(ResourceUpdateQueue* queue, const OcclusionTracke
gfx::Rect fullRect(0, 0, 10, 10);
ResourceUpdate upload = ResourceUpdate::Create(
m_texture.get(), &m_bitmap, fullRect, fullRect, gfx::Vector2d());
- queue->appendFullUpload(upload);
+ queue->AppendFullUpload(upload);
}
scoped_ptr<LayerImpl> EvictionTestLayer::CreateLayerImpl(LayerTreeImpl* treeImpl)

Powered by Google App Engine
This is Rietveld 408576698