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

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

Issue 5903002: Two fixes for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 10 years 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/opaque_browser_frame_view.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
index cb62bd8f8c54f49f10803c4b410a75dff4e7346e..5d27f0ce03ee28cc800481c1a8a34e1420cfc0fa 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
@@ -43,6 +43,7 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
// Used to allow subclasses to reserve height for other components they
// will add. The space is reserved below the ClientView.
virtual int GetReservedHeight() const;
+ virtual gfx::Rect GetBoundsForReservedArea() const;
// Overridden from views::NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const;
« no previous file with comments | « chrome/browser/ui/touch/frame/touch_browser_frame_view.cc ('k') | chrome/browser/ui/views/frame/opaque_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698