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

Unified Diff: public/testing/WebTestProxy.h

Issue 23726007: Remove old accessibility enums, finish renaming public interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebAXObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebTestProxy.h
diff --git a/public/testing/WebTestProxy.h b/public/testing/WebTestProxy.h
index c2ce8f738b2b58630279cdded293e0b267056b1c..f05e2f7ff30f76bdd614e51e3dd62efcb3be9aa4 100644
--- a/public/testing/WebTestProxy.h
+++ b/public/testing/WebTestProxy.h
@@ -37,7 +37,6 @@
#include "public/platform/WebURLError.h"
#include "public/platform/WebURLRequest.h"
#include "public/web/WebAXEnums.h"
-#include "public/web/WebAccessibilityNotification.h"
#include "public/web/WebDOMMessageEvent.h"
#include "public/web/WebDataSource.h"
#include "public/web/WebDragOperation.h"
@@ -53,7 +52,7 @@
#include <string>
namespace WebKit {
-class WebAccessibilityObject;
+class WebAXObject;
class WebAudioDevice;
class WebCachedURLRequest;
class WebColorChooser;
@@ -159,7 +158,7 @@ protected:
void setWindowRect(const WebKit::WebRect&);
void show(WebKit::WebNavigationPolicy);
void didAutoResize(const WebKit::WebSize&);
- void postAccessibilityEvent(const WebKit::WebAccessibilityObject&, WebKit::WebAXEvent);
+ void postAccessibilityEvent(const WebKit::WebAXObject&, WebKit::WebAXEvent);
void startDragging(WebKit::WebFrame*, const WebKit::WebDragData&, WebKit::WebDragOperationsMask, const WebKit::WebImage&, const WebKit::WebPoint&);
bool shouldBeginEditing(const WebKit::WebRange&);
bool shouldEndEditing(const WebKit::WebRange&);
@@ -309,7 +308,7 @@ public:
WebTestProxyBase::didAutoResize(newSize);
Base::didAutoResize(newSize);
}
- virtual void postAccessibilityEvent(const WebKit::WebAccessibilityObject& object, WebKit::WebAXEvent event)
+ virtual void postAccessibilityEvent(const WebKit::WebAXObject& object, WebKit::WebAXEvent event)
{
WebTestProxyBase::postAccessibilityEvent(object, event);
Base::postAccessibilityEvent(object, event);
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebAXObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698