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

Unified Diff: chrome/browser/ui/views/accessible_pane_view.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
Index: chrome/browser/ui/views/accessible_pane_view.h
diff --git a/chrome/browser/ui/views/accessible_pane_view.h b/chrome/browser/ui/views/accessible_pane_view.h
index 349fc0d09fec8e47cfd16722d9f187298cfb249c..be089803f6e11a5ed3e697fbfbfaf74595b5bd7e 100644
--- a/chrome/browser/ui/views/accessible_pane_view.h
+++ b/chrome/browser/ui/views/accessible_pane_view.h
@@ -58,7 +58,7 @@ class AccessiblePaneView : public views::View,
protected:
// A subclass can override this to provide a default focusable child
// other than the first focusable child.
- virtual views::View* GetDefaultFocusableChild() { return NULL; }
+ virtual views::View* GetDefaultFocusableChild();
// Remove pane focus.
virtual void RemovePaneFocus();

Powered by Google App Engine
This is Rietveld 408576698