diff options
Diffstat (limited to 'gpu/pgl')
-rw-r--r-- | gpu/pgl/command_buffer_pepper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/pgl/command_buffer_pepper.h b/gpu/pgl/command_buffer_pepper.h index 3719e39..e75d7bf 100644 --- a/gpu/pgl/command_buffer_pepper.h +++ b/gpu/pgl/command_buffer_pepper.h @@ -12,7 +12,7 @@ #ifdef __native_client__ #include "native_client/src/third_party/npapi/files/include/npupp.h" #else -#include "webkit/glue/plugins/nphostapi.h" +#include "third_party/npapi/bindings/nphostapi.h" #endif // __native_client__ // A CommandBuffer proxy implementation that uses the Pepper API to access |