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

Unified Diff: Source/WebCore/accessibility/AccessibilityScrollView.cpp

Issue 13544008: Remove PlatformWidget references (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebCore/WebCore.gypi ('k') | Source/WebCore/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/accessibility/AccessibilityScrollView.cpp
diff --git a/Source/WebCore/accessibility/AccessibilityScrollView.cpp b/Source/WebCore/accessibility/AccessibilityScrollView.cpp
index 26ff62fc0e15dd2420474ee2a5714b9f198d5d3c..6f2077bc421f0db62ed51198abadcf8250dadd30 100644
--- a/Source/WebCore/accessibility/AccessibilityScrollView.cpp
+++ b/Source/WebCore/accessibility/AccessibilityScrollView.cpp
@@ -78,7 +78,7 @@ AccessibilityObject* AccessibilityScrollView::scrollBar(AccessibilityOrientation
// In WebKit2, the ScrollView object will return the AX information (because there are no platform widgets).
bool AccessibilityScrollView::isAttachment() const
eseidel 2013/04/05 01:59:24 What is this even for? I feel like we should grep
dmazzoni 2013/04/05 23:01:14 I don't really understand what this is for and I p
{
- return m_scrollView && m_scrollView->platformWidget();
+ return false;
}
Widget* AccessibilityScrollView::widgetForAttachmentView() const
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698