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

Unified Diff: ppapi/tests/test_video_decoder.h

Issue 1207043002: Introduce a client minimum picture pool size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to Dev channel interface. But *NOT* dev/ppb_video_decoder_dev.idl Created 5 years, 4 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
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_;
};

Powered by Google App Engine
This is Rietveld 408576698