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

Unified Diff: ppapi/tests/test_video_decoder.h

Issue 7474006: PPB_VideoDecoder_Dev::Initialize is now synchronous! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vrk CR update. Created 9 years, 5 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 | « ppapi/tests/arch_dependent_sizes_64.h ('k') | ppapi/tests/test_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_video_decoder.h
diff --git a/ppapi/tests/test_video_decoder.h b/ppapi/tests/test_video_decoder.h
index dbef66f1ce86d58f8138ef3df3b1f95defd52ecb..7409b4e3cf15764e35ea6db2dc4bcb7cad58ce15 100644
--- a/ppapi/tests/test_video_decoder.h
+++ b/ppapi/tests/test_video_decoder.h
@@ -22,11 +22,10 @@ class TestVideoDecoder : public TestCase {
void QuitMessageLoop();
private:
- std::string TestCreateAndInitialize();
+ std::string TestCreateFailure();
// Used by the tests that access the C API directly.
const PPB_VideoDecoder_Dev* video_decoder_interface_;
- const PPB_Var* var_interface_;
};
#endif // PPAPI_TESTS_TEST_VIDEO_DECODER_H_
« no previous file with comments | « ppapi/tests/arch_dependent_sizes_64.h ('k') | ppapi/tests/test_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698