Index: ppapi/tests/test_video_decoder.h |
diff --git a/ppapi/tests/test_video_decoder.h b/ppapi/tests/test_video_decoder.h |
index cc6eb11a273039475658b822c4901e096c06eb52..1fcec03e8270008def0d62ddb914e0a5183f16ca 100644 |
--- a/ppapi/tests/test_video_decoder.h |
+++ b/ppapi/tests/test_video_decoder.h |
@@ -23,9 +23,6 @@ class TestVideoDecoder : public TestCase { |
std::string TestCreate(); |
- // Used by the tests that access the C API directly. |
- const PPB_VideoDecoder_0_1* video_decoder_interface_; |
- |
pp::Graphics3D graphics_3d_; |
}; |