diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 19:49:32 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 19:49:32 +0000 |
commit | 5d870f2ee49dfb4fb11b4289048547a0bd3c23e5 (patch) | |
tree | b46a4c912b7f3361d0aa141790635e9689373420 /views/views.gyp | |
parent | 357cf11306e0f7d56fbb808076276fa9519a4967 (diff) | |
download | chromium_src-5d870f2ee49dfb4fb11b4289048547a0bd3c23e5.zip chromium_src-5d870f2ee49dfb4fb11b4289048547a0bd3c23e5.tar.gz chromium_src-5d870f2ee49dfb4fb11b4289048547a0bd3c23e5.tar.bz2 |
Make the bottom edges of the opaque frame rounded.
BUG=40024
TEST=On a non-AeroGlass Windows machine, verify that the bottom edges of the Window are rounded.
Review URL: http://codereview.chromium.org/1560021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 6743959..3369546 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -300,6 +300,8 @@ 'window/window_resources.h', 'window/window_gtk.cc', 'window/window_gtk.h', + 'window/window_shape.cc', + 'window/window_shape.h', 'window/window_win.cc', 'window/window_win.h', ], |