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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 16336027: Enable high dpi in win/views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove some extraneous code. Created 7 years, 6 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_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 9039de9552af74ae144774fa5aeb5e85ab281ff5..e63eda8a90d5bfd716b3a88738b2a163b385b63c 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -829,7 +829,7 @@ void BrowserView::ZoomChangedForActiveTab(bool can_show_bubble) {
}
gfx::Rect BrowserView::GetRestoredBounds() const {
- return frame_->GetRestoredBounds();
+ return frame_->GetRestoredBounds();
kevers 2013/06/06 13:32:33 whitespace change?
girard 2013/06/10 14:27:56 No idea. I've reverted this.
}
ui::WindowShowState BrowserView::GetRestoredState() const {

Powered by Google App Engine
This is Rietveld 408576698