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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 1144523003: Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 27688591420284b6853c22b0b7cb93350d623402..8e09910c0ad7890878c36d9df7924bf9050d5161 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -1098,8 +1098,7 @@ void LayerTreeImpl::set_ui_resource_request_queue(
ui_resource_request_queue_ = queue;
}
-ResourceProvider::ResourceId LayerTreeImpl::ResourceIdForUIResource(
- UIResourceId uid) const {
+ResourceId LayerTreeImpl::ResourceIdForUIResource(UIResourceId uid) const {
return layer_tree_host_impl_->ResourceIdForUIResource(uid);
}

Powered by Google App Engine
This is Rietveld 408576698