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

Unified Diff: components/pdf/renderer/pdf_accessibility_tree.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: Address feedback 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: components/pdf/renderer/pdf_accessibility_tree.h
diff --git a/components/pdf/renderer/pdf_accessibility_tree.h b/components/pdf/renderer/pdf_accessibility_tree.h
index c0673dcaf3accf602e22366cc7ff2f267f9ae2c8..228a1763252eb538ac6b3bb0e3a8becffb791412 100644
--- a/components/pdf/renderer/pdf_accessibility_tree.h
+++ b/components/pdf/renderer/pdf_accessibility_tree.h
@@ -17,7 +17,6 @@
#include "ui/gfx/geometry/vector2d_f.h"
namespace content {
-class RenderAccessibility;
class RenderView;
}
@@ -76,7 +75,6 @@ class PdfAccessibilityTree
ui::AXTree tree_;
content::RenderView* render_view_;
- content::RenderAccessibility* render_accessibility_;
double zoom_;
gfx::Vector2dF scroll_;
gfx::Vector2dF offset_;
« no previous file with comments | « no previous file | components/pdf/renderer/pdf_accessibility_tree.cc » ('j') | components/pdf/renderer/pdf_accessibility_tree.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698