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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h

Issue 2262563002: Refactor DoesIntersectRect into BrowserNonClientFrameView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 4 years, 4 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/frame/browser_non_client_frame_view_ash.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
index db14306953c401ba16679e7fe60792863da23fa5..c89b968def11dbc45708355cb817f5b4dc3af457 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
@@ -91,10 +91,6 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
FRIEND_TEST_ALL_PREFIXES(WebAppLeftHeaderViewTest, LocationIcon);
friend class BrowserHeaderPainterAsh;
- // views::NonClientFrameView:
- bool DoesIntersectRect(const views::View* target,
- const gfx::Rect& rect) const override;
-
// Distance between the left edge of the NonClientFrameView and the tab strip.
int GetTabStripLeftInset() const;

Powered by Google App Engine
This is Rietveld 408576698