| 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,
|
|
|