Index: chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm |
diff --git a/chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm b/chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm |
index 44f53c4ebaeed115313f72164b085056a8ca5f33..d50a5b5d9162147624e95beb99fe143ec63fc632 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm |
+++ b/chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm |
@@ -229,12 +229,6 @@ class FullscreenObserver : public WebContentsObserver { |
NSViewHeightSizable]; |
[contentsContainer setNeedsDisplay:YES]; |
- |
- // The rendering path with overlapping views disabled causes bugs when |
- // transitioning between composited and non-composited mode. |
- // http://crbug.com/279472 |
- if (!fullscreenView) |
- contents_->SetAllowOverlappingViews(true); |
} |
- (void)changeWebContents:(WebContents*)newContents { |