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

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: Created 4 years, 6 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..406dfb846633372882d0738ac1398129274d3e36 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -552,6 +552,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
bool use_shared_memory) override;
// RenderFrameObserver
+ void AccessibilityModeChanged() override;
void OnDestruct() override;
// PluginInstanceThrottler::Observer

Powered by Google App Engine
This is Rietveld 408576698