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

Unified Diff: cc/test/render_pass_test_utils.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
« no previous file with comments | « cc/test/render_pass_test_utils.h ('k') | cc/tiles/tile_draw_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_utils.cc
diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc
index f9def0f79263d17dc754f0b3512a95d0cdd7f513..e6cdf53562ec956d18ef10f11d97d1f4d24ec17d 100644
--- a/cc/test/render_pass_test_utils.cc
+++ b/cc/test/render_pass_test_utils.cc
@@ -109,7 +109,7 @@ void AddRenderPassQuad(TestRenderPass* to_pass,
void AddRenderPassQuad(TestRenderPass* to_pass,
TestRenderPass* contributing_pass,
- ResourceProvider::ResourceId mask_resource_id,
+ ResourceId mask_resource_id,
const FilterOperations& filters,
gfx::Transform transform,
SkXfermode::Mode blend_mode) {
« no previous file with comments | « cc/test/render_pass_test_utils.h ('k') | cc/tiles/tile_draw_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698