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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h

Issue 9391024: Custom frame UI for platform apps on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: "Transparent" -> "Clickthrough", fix patchset Created 8 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/tab_contents/native_tab_contents_view_win.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
index 002b217d188b3bdcfbae658efa5c8eab70dc358a..778f1f6a6957fb3ee250bf28c85443d9d70541ae 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
@@ -65,6 +65,7 @@ class NativeTabContentsViewWin : public views::NativeWidgetWin,
virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
virtual void OnNCPaint(HRGN rgn) OVERRIDE;
+ virtual LRESULT OnNCHitTest(const CPoint& point) OVERRIDE;
// Backend for all scroll messages, the |message| parameter indicates which
// one it is.

Powered by Google App Engine
This is Rietveld 408576698