Index: components/nacl/renderer/plugin/module_ppapi.h |
diff --git a/components/nacl/renderer/plugin/module_ppapi.h b/components/nacl/renderer/plugin/module_ppapi.h |
index 18fd825dd2e5f834ddf8a1c0903533afd52c54b0..5901b4791725287fc9e1bc7c8b8d9f2de70a2421 100644 |
--- a/components/nacl/renderer/plugin/module_ppapi.h |
+++ b/components/nacl/renderer/plugin/module_ppapi.h |
@@ -23,6 +23,7 @@ |
pp::Instance* CreateInstance(PP_Instance pp_instance) override; |
private: |
+ bool init_was_successful_; |
const PPB_NaCl_Private* private_interface_; |
}; |