Index: chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm |
diff --git a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm |
index cfc9f5c86f02b5e3e13755dbfb937ca1e0b09a93..cf55258a76056dd8c2c7c6e7c8118bca2d4a8c23 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm |
+++ b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm |
@@ -58,7 +58,7 @@ |
// overlay. |
// TODO(sail): remove this when GWS gives chrome the height without the |
// separator. |
- if (drawDropShadow && heightUnits != INSTANT_SIZE_PERCENT) |
+ if (drawDropShadow && heightUnits == INSTANT_SIZE_PIXELS) |
--height; |
if (overlayContents_ == overlay && |