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

Unified Diff: content/shell/renderer/test_runner/WebAXObjectProxy.h

Issue 172263002: Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wrappable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: content/shell/renderer/test_runner/WebAXObjectProxy.h
diff --git a/content/shell/renderer/test_runner/WebAXObjectProxy.h b/content/shell/renderer/test_runner/WebAXObjectProxy.h
index 59162f275874b790fe7315e4a1d4b0831da9fcc8..b8aa62c0ae32620a99f506580f20b6e5d1f09937 100644
--- a/content/shell/renderer/test_runner/WebAXObjectProxy.h
+++ b/content/shell/renderer/test_runner/WebAXObjectProxy.h
@@ -25,9 +25,9 @@ public:
virtual WebAXObjectProxy* getChildAtIndex(unsigned);
virtual bool isRoot() const;
- virtual bool isEqual(const blink::WebAXObject&);
+ bool isEqual(const blink::WebAXObject&);
- virtual void notificationReceived(const char *notificationName);
+ void notificationReceived(const char *notificationName);
protected:
const blink::WebAXObject& accessibilityObject() const { return m_accessibilityObject; }

Powered by Google App Engine
This is Rietveld 408576698