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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXScrollView.h

Issue 1552683002: Enable DumpAccessibilityTree tests to use cross-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline last Android test Created 4 years, 11 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: third_party/WebKit/Source/modules/accessibility/AXScrollView.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXScrollView.h b/third_party/WebKit/Source/modules/accessibility/AXScrollView.h
index 3d9f3abd07b93c1e0c4f81b6edb0050f039846fa..96123552c81385562edcadf9d1b5831054977a49 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXScrollView.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXScrollView.h
@@ -44,9 +44,6 @@ public:
DECLARE_VIRTUAL_TRACE();
void detach() override;
-protected:
- ScrollableArea* getScrollableAreaIfScrollable() const override;
-
private:
AXScrollView(FrameView*, AXObjectCacheImpl&);

Powered by Google App Engine
This is Rietveld 408576698