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

Unified Diff: chrome/browser/views/frame/popup_non_client_frame_view.cc

Issue 3137019: Fix numerous alignment problems, both horizontal and vertical, in drawing the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/views/frame/popup_non_client_frame_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/popup_non_client_frame_view.cc
===================================================================
--- chrome/browser/views/frame/popup_non_client_frame_view.cc (revision 56452)
+++ chrome/browser/views/frame/popup_non_client_frame_view.cc (working copy)
@@ -50,5 +50,10 @@
return gfx::Rect(0, 0, width(), tabstrip->GetPreferredHeight());
}
+int PopupNonClientFrameView::GetHorizontalTabStripVerticalOffset(
+ bool restored) const {
+ return 0;
+}
+
void PopupNonClientFrameView::UpdateThrobber(bool running) {
}
« no previous file with comments | « chrome/browser/views/frame/popup_non_client_frame_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698