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

Unified Diff: webkit/port/platform/mac/ScrollViewMac.mm

Issue 6315: Allow HAVE_ACCESSIBILITY to be turned off at build time (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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 | « webkit/port/page/AXObjectCacheMac.cpp ('k') | webkit/webkit.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/mac/ScrollViewMac.mm
===================================================================
--- webkit/port/platform/mac/ScrollViewMac.mm (revision 2953)
+++ webkit/port/platform/mac/ScrollViewMac.mm (working copy)
@@ -210,4 +210,9 @@
return nil;
}
+bool ScrollView::isScrollable() {
+ // placeholder until we pull new ScrollView implementation from WebKit
+ return false;
}
+
+}
« no previous file with comments | « webkit/port/page/AXObjectCacheMac.cpp ('k') | webkit/webkit.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698