Index: ppapi/tests/test_graphics_2d.cc |
diff --git a/ppapi/tests/test_graphics_2d.cc b/ppapi/tests/test_graphics_2d.cc |
index dfc10a60e582cd90f277cc5d242ab7733a6b8f46..acdf09114261cfb73ea59e190bb5a59615320970 100644 |
--- a/ppapi/tests/test_graphics_2d.cc |
+++ b/ppapi/tests/test_graphics_2d.cc |
@@ -566,7 +566,7 @@ std::string TestGraphics2D::TestReplace() { |
dc.ReplaceContents(&weird_size); |
// Fill the background with blue but don't flush yet. |
- const int32_t background_color = 0xFF0000FF; |
+ const uint32_t background_color = 0xFF0000FF; |
pp::ImageData background(instance_, PP_IMAGEDATAFORMAT_BGRA_PREMUL, |
pp::Size(w, h), true); |
ASSERT_FALSE(background.is_null()); |