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

Unified Diff: Source/modules/accessibility/AXMockObject.h

Issue 742353004: Implement computedRole and computedName (behind a flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Finished pulling out ScopedAXObjectCache etc. Many fprintfs remain. Created 6 years 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: Source/modules/accessibility/AXMockObject.h
diff --git a/Source/modules/accessibility/AXMockObject.h b/Source/modules/accessibility/AXMockObject.h
index ce8106eab1d394fbe5e7aa8bf1b616b4a94f7a9f..261096bcd60a4aaebf39a7157c2bb3ac3aa24dcf 100644
--- a/Source/modules/accessibility/AXMockObject.h
+++ b/Source/modules/accessibility/AXMockObject.h
@@ -30,10 +30,13 @@
namespace blink {
+class AXObjectCache;
+
class AXMockObject : public AXObject {
protected:
- AXMockObject();
+ explicit AXMockObject(AXObjectCache*);
+
public:
virtual ~AXMockObject();

Powered by Google App Engine
This is Rietveld 408576698