Commit 83018f00 authored by Jennifer Apacible's avatar Jennifer Apacible Committed by Commit Bot

[Picture in Picture] Increase window border thickness.

Increasing the border thickness for a larger surface area to be able
to resize the window. This change is initiated from feedback to have
a larger drag-to-resize area.

This is currently an arbitrary value to gain feedback on the experience.

BUG: 726621
Change-Id: Id02837b86e7851cbe5399a2a1ef9f01905b6fefb
Reviewed-on: https://chromium-review.googlesource.com/1011209Reviewed-by: default avatarBecca Hughes <beccahughes@chromium.org>
Commit-Queue: apacible <apacible@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550797}
parent dbc14cfa
...@@ -24,7 +24,7 @@ std::unique_ptr<content::OverlayWindow> content::OverlayWindow::Create( ...@@ -24,7 +24,7 @@ std::unique_ptr<content::OverlayWindow> content::OverlayWindow::Create(
} }
namespace { namespace {
const int kBorderThickness = 1; const int kBorderThickness = 5;
const int kResizeAreaCornerSize = 16; const int kResizeAreaCornerSize = 16;
} // namespace } // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment