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

Unified Diff: pdf/out_of_process_instance.h

Issue 2050973003: PDF accessibility tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_1_hastreedata
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
« no previous file with comments | « no previous file | pdf/out_of_process_instance.cc » ('j') | pdf/out_of_process_instance.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index 2b0ebee7daebe38aeda07ebfeb535837d5cac898..10f293196f26e3d6cabcb124162f3e0486278bb4 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -346,9 +346,14 @@ class OutOfProcessInstance : public pp::Instance,
// toolbar.
int top_toolbar_height_;
- // Whether we should send accessibility information about the loaded PDF.
+ // Whether we should send accessibility information about the PDF when
+ // it loads.
bool accessibility_enabled_;
+ // Whether we've already started sending accessibility information about
+ // the PDF.
+ bool accessibility_loaded_;
Lei Zhang 2016/06/09 22:19:05 Are all 4 combinations of the two a11y variables r
dmazzoni 2016/06/10 17:44:52 Good idea, take a look.
+
DISALLOW_COPY_AND_ASSIGN(OutOfProcessInstance);
};
« no previous file with comments | « no previous file | pdf/out_of_process_instance.cc » ('j') | pdf/out_of_process_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698