diff options
Diffstat (limited to 'gpu/gpu_plugin/gpu_plugin.cc')
-rw-r--r-- | gpu/gpu_plugin/gpu_plugin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu_plugin/gpu_plugin.cc b/gpu/gpu_plugin/gpu_plugin.cc index 3e2ee16..7413a4f 100644 --- a/gpu/gpu_plugin/gpu_plugin.cc +++ b/gpu/gpu_plugin/gpu_plugin.cc @@ -82,4 +82,5 @@ NPError API_CALL NP_Initialize(NPNetscapeFuncs *browser_funcs) { NPError API_CALL NP_Shutdown() { return NPERR_NO_ERROR; } + } // namespace gpu_plugin |