| Index: chrome/renderer/webplugin_delegate_pepper.h
|
| diff --git a/chrome/renderer/webplugin_delegate_pepper.h b/chrome/renderer/webplugin_delegate_pepper.h
|
| index bba574304eee30642fb77cc1e0bf2608003bda13..be9c1cebc2b03ff73dee6a1b52d242b646d1fade 100644
|
| --- a/chrome/renderer/webplugin_delegate_pepper.h
|
| +++ b/chrome/renderer/webplugin_delegate_pepper.h
|
| @@ -148,7 +148,7 @@ class WebPluginDelegatePepper : public webkit_glue::WebPluginDelegate,
|
| virtual NPError Device3DGetConfigAttribs(int32 config,
|
| int32* attrib_list);
|
| virtual NPError Device3DCreateContext(int32 config,
|
| - int32* attrib_list,
|
| + const int32* attrib_list,
|
| NPDeviceContext3D** context);
|
| virtual NPError Device3DRegisterCallback(
|
| NPP id,
|
|
|