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

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

Issue 1624773002: Clean up frame code a bit: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync, fix compile Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h
diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
index 84ba06e3738b5b9ca0a6b9d9877fa63ba34dd645..e9280b63fbe5f1de738852a5a61ea12ac253eed8 100644
--- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
@@ -75,8 +75,8 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView {
bool IsToolbarVisible() const;
// Paint various sub-components of this view.
- void PaintToolbarBackground(gfx::Canvas* canvas);
- void PaintClientEdge(gfx::Canvas* canvas);
+ void PaintToolbarBackground(gfx::Canvas* canvas) const;
+ void PaintClientEdge(gfx::Canvas* canvas) const;
void FillClientEdgeRects(int x,
int y,
int right,
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698