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

Unified Diff: content/browser/accessibility/browser_accessibility_gtk.h

Issue 21148002: Implement AtkComponent and AtkValue interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix clang compile error Created 7 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 | « no previous file | content/browser/accessibility/browser_accessibility_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_gtk.h
diff --git a/content/browser/accessibility/browser_accessibility_gtk.h b/content/browser/accessibility/browser_accessibility_gtk.h
index ba28b12f7bd3fe131a224cdb7ac05d6c0733d5b1..8f3a2e31e5b9470ccf61e5718d3b00cef1e8841f 100644
--- a/content/browser/accessibility/browser_accessibility_gtk.h
+++ b/content/browser/accessibility/browser_accessibility_gtk.h
@@ -85,6 +85,7 @@ class BrowserAccessibilityGtk : public BrowserAccessibility {
AtkRole atk_role_;
std::string atk_acc_name_;
std::string atk_acc_description_;
+ int interface_mask_;
private:
DISALLOW_COPY_AND_ASSIGN(BrowserAccessibilityGtk);
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698