Adding missing forward declaration of struct PP_CompletionCallback.
BUG=none TEST=none Patch by sanga@google.com Original review http://codereview.chromium.org/6626001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76925 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
#include "ppapi/c/pp_resource.h"
|
||||
#include "ppapi/c/pp_var.h"
|
||||
|
||||
struct PP_CompletionCallback;
|
||||
|
||||
#define PPB_FILEREF_DEV_INTERFACE "PPB_FileRef(Dev);0.7"
|
||||
|
||||
// A FileRef is a "weak pointer" to a file in a file system. It contains a
|
||||
|
Reference in New Issue
Block a user