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

Unified Diff: components/pdf/renderer/pdf_accessibility_tree.h

Issue 2371483002: Update PDF accessibility when zoom level changes (Closed)
Patch Set: Renamed PDF -> Plugin in content/renderer/ Created 4 years, 3 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 16066605632ae2ea77b6487c2278c7f90311d1c5..954b7d928a83c2872d0ba152deeddd9da539632e 100644
--- a/components/pdf/renderer/pdf_accessibility_tree.h
+++ b/components/pdf/renderer/pdf_accessibility_tree.h
@@ -22,6 +22,10 @@ class RenderFrame;
class RendererPpapiHost;
}
+namespace gfx {
+class Transform;
+};
+
namespace pdf {
class PdfAccessibilityTree
@@ -76,6 +80,7 @@ class PdfAccessibilityTree
ui::AXNodeData* CreateNode(ui::AXRole role);
float GetDeviceScaleFactor() const;
content::RenderAccessibility* GetRenderAccessibility();
+ gfx::Transform* MakeTransformFromViewInfo();
ui::AXTree tree_;
content::RendererPpapiHost* host_;
« no previous file with comments | « chrome/renderer/extensions/automation_internal_custom_bindings.cc ('k') | components/pdf/renderer/pdf_accessibility_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698