| Index: ppapi/cpp/image_data.cc
|
| ===================================================================
|
| --- ppapi/cpp/image_data.cc (revision 65116)
|
| +++ ppapi/cpp/image_data.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <algorithm>
|
|
|
| +#include "ppapi/cpp/common.h"
|
| #include "ppapi/cpp/instance.h"
|
| #include "ppapi/cpp/module.h"
|
| #include "ppapi/cpp/module_impl.h"
|
| @@ -51,7 +52,7 @@
|
|
|
| PassRefAndInitData(image_data_f->Create(Module::Get()->pp_module(),
|
| format, &size.pp_size(),
|
| - init_to_zero));
|
| + BoolToPPBool(init_to_zero)));
|
| }
|
|
|
| ImageData::~ImageData() {
|
|
|