diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 17:02:18 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 17:02:18 +0000 |
commit | 3b5e5b3e1c215e814b40115859f4f89d4ceba241 (patch) | |
tree | b10d8a7637ecf1b7bcf9e4dfdbcbf2369c61d379 /ui | |
parent | f0bc923f44d8350300cf7ca811bb0e1575904198 (diff) | |
download | chromium_src-3b5e5b3e1c215e814b40115859f4f89d4ceba241.zip chromium_src-3b5e5b3e1c215e814b40115859f4f89d4ceba241.tar.gz chromium_src-3b5e5b3e1c215e814b40115859f4f89d4ceba241.tar.bz2 |
Make opaques opaquer.
BUG=156954
TEST=bug reporter will reply
Review URL: https://chromiumcodereview.appspot.com/11226030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/base/cocoa/underlay_opengl_hosting_window.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/cocoa/underlay_opengl_hosting_window.mm b/ui/base/cocoa/underlay_opengl_hosting_window.mm index 48833e8..e56323e 100644 --- a/ui/base/cocoa/underlay_opengl_hosting_window.mm +++ b/ui/base/cocoa/underlay_opengl_hosting_window.mm @@ -120,7 +120,7 @@ void RootDidAddSubview(id self, SEL _cmd, NSView* subview) { // deeper level than the NSThemeFrame, so it is OK to have the opaques // go all the way to the bottom. const CGFloat kTopEdgeInset = 16; - const CGFloat kAlphaValueJustOpaqueEnough = 0.002; + const CGFloat kAlphaValueJustOpaqueEnough = 0.005; scoped_nsobject<NSView> leftOpaque([[OpaqueView alloc] initWithFrame: NSMakeRect(NSMinX(rootBounds), NSMinY(rootBounds), |