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 f3089f0504256c6742bc4bc847c86754276a687a..969031bcd719da7bfb928456f119253eaf1cfbed 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -386,6 +386,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
const gfx::PointF& translation); |
// PluginInstance implementation |
+ RenderFrame* GetRenderFrame() override; |
RenderView* GetRenderView() override; |
blink::WebPluginContainer* GetContainer() override; |
v8::Isolate* GetIsolate() const override; |
@@ -552,6 +553,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
bool use_shared_memory) override; |
// RenderFrameObserver |
+ void AccessibilityModeChanged() override; |
void OnDestruct() override; |
// PluginInstanceThrottler::Observer |