| Index: tests/fake_browser_ppapi/fake_window.h
|
| ===================================================================
|
| --- tests/fake_browser_ppapi/fake_window.h (revision 3312)
|
| +++ tests/fake_browser_ppapi/fake_window.h (working copy)
|
| @@ -11,6 +11,7 @@
|
| #include "native_client/src/include/portability.h"
|
| #include "native_client/tests/fake_browser_ppapi/fake_host.h"
|
| #include "native_client/tests/fake_browser_ppapi/fake_object.h"
|
| +#include "ppapi/c/pp_module.h"
|
| #include "ppapi/c/pp_var.h"
|
|
|
| namespace fake_browser_ppapi {
|
| @@ -18,7 +19,7 @@
|
| // Implements a fake window DOM object.
|
| class FakeWindow {
|
| public:
|
| - FakeWindow(Host* host, const char* page_url);
|
| + FakeWindow(PP_Module browser_module, Host* host, const char* page_url);
|
| ~FakeWindow();
|
| PP_Var FakeWindowObject();
|
|
|
|
|