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

Unified Diff: content/common/cc_messages_unittest.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/trees/layer_tree_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cc_messages_unittest.cc
diff --git a/content/common/cc_messages_unittest.cc b/content/common/cc_messages_unittest.cc
index 991371c97d06367e0e1de1378c373f79775d04d6..039826636368e8b6fa5f7127164934ee3fd145d6 100644
--- a/content/common/cc_messages_unittest.cc
+++ b/content/common/cc_messages_unittest.cc
@@ -30,6 +30,7 @@ using cc::PictureDrawQuad;
using cc::RenderPass;
using cc::RenderPassId;
using cc::RenderPassDrawQuad;
+using cc::ResourceId;
using cc::ResourceProvider;
using cc::SharedQuadState;
using cc::SoftwareFrameData;
@@ -272,10 +273,10 @@ TEST_F(CCMessagesTest, AllQuads) {
SkXfermode::Mode arbitrary_blend_mode3 = SkXfermode::kOverlay_Mode;
IOSurfaceDrawQuad::Orientation arbitrary_orientation =
IOSurfaceDrawQuad::UNFLIPPED;
- ResourceProvider::ResourceId arbitrary_resourceid1 = 55;
- ResourceProvider::ResourceId arbitrary_resourceid2 = 47;
- ResourceProvider::ResourceId arbitrary_resourceid3 = 23;
- ResourceProvider::ResourceId arbitrary_resourceid4 = 16;
+ ResourceId arbitrary_resourceid1 = 55;
+ ResourceId arbitrary_resourceid2 = 47;
+ ResourceId arbitrary_resourceid3 = 23;
+ ResourceId arbitrary_resourceid4 = 16;
SkScalar arbitrary_sigma = SkFloatToScalar(2.0f);
YUVVideoDrawQuad::ColorSpace arbitrary_color_space =
YUVVideoDrawQuad::REC_601;
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698