| Index: webkit/glue/plugins/pepper_buffer.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_buffer.h (revision 57791)
|
| +++ webkit/glue/plugins/pepper_buffer.h (working copy)
|
| @@ -7,9 +7,10 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "third_party/ppapi/c/ppb_buffer.h"
|
| #include "webkit/glue/plugins/pepper_resource.h"
|
|
|
| +struct PPB_Buffer_Dev;
|
| +
|
| namespace pepper {
|
|
|
| class PluginInstance;
|
| @@ -28,7 +29,7 @@
|
|
|
| // Returns a pointer to the interface implementing PPB_Buffer that is
|
| // exposed to the plugin.
|
| - static const PPB_Buffer* GetInterface();
|
| + static const PPB_Buffer_Dev* GetInterface();
|
|
|
| // Resource overrides.
|
| Buffer* AsBuffer() { return this; }
|
|
|