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

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

Issue 5747001: Add the virtual keyboard to BrowserFrameChromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 05830d599e6ec2853d7087bca7755124f2cf3e09..6eb41b4c05299ae3176a7fbd7f3b0ca91b6e8509 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
@@ -38,6 +38,9 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
virtual gfx::Size GetMinimumSize();
protected:
+ BrowserView* GetBrowserView() const { return browser_view_; }
sky 2010/12/09 22:19:03 Inlined methods should be unix_hacker_style.
bryeung 2010/12/10 17:23:19 Done.
+ gfx::Rect* client_view_bounds() { return &client_view_bounds_; }
+
// Overridden from views::NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const;
virtual bool AlwaysUseNativeFrame() const;

Powered by Google App Engine
This is Rietveld 408576698