| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.cc b/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| index 0f4d3c0a30efa47c425565dad427a1981bb679b9..64f28ac79fffb97eb8023698a873f66fa1ab2cc2 100644
|
| --- a/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| @@ -553,7 +553,7 @@ void GlassBrowserFrameView::LayoutProfileSwitcher() {
|
| void GlassBrowserFrameView::LayoutIncognitoIcon() {
|
| const bool md = ui::MaterialDesignController::IsModeMaterial();
|
| const gfx::Insets insets(GetLayoutInsets(AVATAR_ICON));
|
| - const gfx::Size size(GetOTRAvatarIcon().size());
|
| + const gfx::Size size(GetIncognitoAvatarIcon().size());
|
| int x = ClientBorderThickness(false);
|
| // In RTL, the icon needs to start after the caption buttons.
|
| if (CaptionButtonsOnLeadingEdge()) {
|
|
|