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

Unified Diff: chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h

Issue 382013004: Fix the black patch which would appear at the top of app windows in Chrome desktop windows with HiD… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/apps/glass_app_window_frame_view_win.h
diff --git a/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h b/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
index 62937ce8c0757456786b4ab42810ab5148dcbc31..8f26c65b6b19c6a6a3f3af436d7c439566649008 100644
--- a/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
+++ b/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
@@ -21,7 +21,7 @@ class GlassAppWindowFrameViewWin : public views::NonClientFrameView {
views::Widget* widget);
virtual ~GlassAppWindowFrameViewWin();
- gfx::Insets GetGlassInsets() const;
+ gfx::Insets GetGlassInsetsInDIP() const;
sky 2014/07/10 23:11:09 I don't think you need to rename this. Everything
ananta 2014/07/10 23:20:58 Done.
private:
// views::NonClientFrameView implementation.

Powered by Google App Engine
This is Rietveld 408576698