Index: ppapi/tests/test_fullscreen.cc |
diff --git a/ppapi/tests/test_fullscreen.cc b/ppapi/tests/test_fullscreen.cc |
index 2fddbdf9371e3234fffe64722913c2b1044249c2..8651b742f7e1494f49c130721c470479595396a3 100644 |
--- a/ppapi/tests/test_fullscreen.cc |
+++ b/ppapi/tests/test_fullscreen.cc |
@@ -22,8 +22,6 @@ REGISTER_TEST_CASE(Fullscreen); |
namespace { |
-const ColorPremul kOpaqueWhite = { 0xFF, 0xFF, 0xFF, 0xFF }; |
-const ColorPremul kSheerRed = { 0x88, 0x88, 0x00, 0x00 }; |
const ColorPremul kSheerBlue = { 0x88, 0x00, 0x00, 0x88 }; |
const ColorPremul kOpaqueYellow = { 0xFF, 0xFF, 0xFF, 0x00 }; |
const int kBytesPerPixel = sizeof(uint32_t); // 4 bytes for BGRA or RGBA. |