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

Unified Diff: ppapi/tests/test_video_decoder.h

Issue 6975053: PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
===================================================================
--- ppapi/tests/test_video_decoder.h (revision 87397)
+++ ppapi/tests/test_video_decoder.h (working copy)
@@ -22,7 +22,7 @@
void QuitMessageLoop();
private:
- std::string TestCreate();
+ std::string TestCreateInit();
// Used by the tests that access the C API directly.
const PPB_VideoDecoder_Dev* video_decoder_interface_;

Powered by Google App Engine
This is Rietveld 408576698