Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2624)

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 2100753003: Enable PDF accessibility when RenderFrame's accessibility mode changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Work around cross-platform whitespace difference in print preview test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/renderer/pepper/fake_pepper_plugin_instance.cc ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698