Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
index f28cd44fa1a3de0ae985bc1d270cc3f61b4442be..952de9789f83a54eab0d26dcbb37640319674898 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -499,7 +499,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
// cc::TextureLayerClient implementation. |
virtual unsigned PrepareTexture() OVERRIDE; |
- virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE; |
+ virtual bool IsContextLost() OVERRIDE; |
+ virtual void RateLimitContext() OVERRIDE; |
virtual bool PrepareTextureMailbox( |
cc::TextureMailbox* mailbox, |
scoped_ptr<cc::SingleReleaseCallback>* release_callback, |