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

Unified Diff: content/renderer/pepper/fake_pepper_plugin_instance.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
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/renderer/pepper/fake_pepper_plugin_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/fake_pepper_plugin_instance.h
diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.h b/content/renderer/pepper/fake_pepper_plugin_instance.h
index 784e0ba56a2162984f3dcc4e160563e3564f79d7..680139f4858fb33d7c780894d275bf18677f49e2 100644
--- a/content/renderer/pepper/fake_pepper_plugin_instance.h
+++ b/content/renderer/pepper/fake_pepper_plugin_instance.h
@@ -17,6 +17,7 @@ class FakePepperPluginInstance : public PepperPluginInstance {
~FakePepperPluginInstance() override;
// PepperPluginInstance overrides.
+ content::RenderFrame* GetRenderFrame() override;
content::RenderView* GetRenderView() override;
blink::WebPluginContainer* GetContainer() override;
v8::Isolate* GetIsolate() const override;
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/renderer/pepper/fake_pepper_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698