diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_view.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view.cc b/chrome/browser/tab_contents/tab_contents_view.cc index 83eb7a4..47e71f2 100644 --- a/chrome/browser/tab_contents/tab_contents_view.cc +++ b/chrome/browser/tab_contents/tab_contents_view.cc @@ -113,10 +113,6 @@ bool TabContentsView::IsEventTracking() const { return false; } -bool TabContentsView::ShouldDrawDropShadow() { - return false; -} - TabContentsView::TabContentsView() : tab_contents_(NULL) {} void TabContentsView::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { |