summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 21:03:26 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 21:03:26 +0000
commit27260e3add6cc155fd11c93d0b2c8947bfc9ab21 (patch)
treeba8f72fa0c7cd5d6cdc109c07da73e632bcba18f
parent0f0a095848658a9ce9e28546e8262f87860aadc4 (diff)
downloadchromium_src-27260e3add6cc155fd11c93d0b2c8947bfc9ab21.zip
chromium_src-27260e3add6cc155fd11c93d0b2c8947bfc9ab21.tar.gz
chromium_src-27260e3add6cc155fd11c93d0b2c8947bfc9ab21.tar.bz2
Rename ScrollView::getDocumentView() to ScrollView::documentView() to track
change in upstream header. Review URL: http://codereview.chromium.org/6502 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2901 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/platform/mac/ScrollViewMac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/mac/ScrollViewMac.mm b/webkit/port/platform/mac/ScrollViewMac.mm
index 7007f40..0565cdc 100644
--- a/webkit/port/platform/mac/ScrollViewMac.mm
+++ b/webkit/port/platform/mac/ScrollViewMac.mm
@@ -205,7 +205,7 @@ bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity
return true;
}
-NSView* ScrollView::getDocumentView() const {
+NSView* ScrollView::documentView() const {
// TODO(pinkerton): we really gotta figure out how we're doing scrolling
return nil;
}