Chromium Code Reviews| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc |
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
| index 9282fcb1b67fc51f476ebc57a4e69509512de267..bdbdef32584b409f7b6b2448cab808cd32ae758b 100644 |
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc |
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
| @@ -1902,9 +1902,8 @@ unsigned PepperPluginInstanceImpl::PrepareTexture() { |
| return 0; |
| } |
| -WebKit::WebGraphicsContext3D* PepperPluginInstanceImpl::Context3d() { |
| - return NULL; |
| -} |
| +bool PepperPluginInstanceImpl::IsContextLost() { return false; } |
| +void PepperPluginInstanceImpl::RateLimitContext() {} |
|
piman
2013/11/01 23:15:35
nit: NOTREACHED()
|
| bool PepperPluginInstanceImpl::PrepareTextureMailbox( |
| cc::TextureMailbox* mailbox, |