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

Unified Diff: Source/core/accessibility/AXObjectCache.h

Issue 641733004: Merge FrameView and ScrollView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. Created 6 years, 2 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 | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObjectCache.h
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h
index f7cf20acc5cb43f8703afe5e8955efe0bf921dcb..c4083a167ddc3d1e24e7961b13e9574ab600037c 100644
--- a/Source/core/accessibility/AXObjectCache.h
+++ b/Source/core/accessibility/AXObjectCache.h
@@ -38,7 +38,7 @@ namespace blink {
class AbstractInlineTextBox;
class HTMLAreaElement;
-class ScrollView;
+class FrameView;
class Widget;
struct TextMarkerData {
@@ -127,12 +127,12 @@ public:
void handleAriaExpandedChange(Node*);
// Called when scroll bars are added / removed (as the view resizes).
- void handleScrollbarUpdate(ScrollView*);
+ void handleScrollbarUpdate(FrameView*);
void handleLayoutComplete(RenderObject*);
// Called when the scroll offset changes.
- void handleScrollPositionChanged(ScrollView*);
+ void handleScrollPositionChanged(FrameView*);
void handleScrollPositionChanged(RenderObject*);
void handleAttributeChanged(const QualifiedName& attrName, Element*);
« no previous file with comments | « no previous file | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698