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

Unified Diff: cc/layers/layer_impl.h

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/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 87ab60b101f3d1cff1e2de48806c310a584ae6f6..a3944f9f0134abf3dbfe4f26dce1221fb7d8a7fd 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -255,7 +255,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
#endif
}
- virtual void GetContentsResourceId(ResourceProvider::ResourceId* resource_id,
+ virtual void GetContentsResourceId(ResourceId* resource_id,
gfx::Size* resource_size) const;
virtual bool HasDelegatedContent() const;

Powered by Google App Engine
This is Rietveld 408576698