Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1397)

Unified Diff: chrome/browser/ui/cocoa/fast_resize_view.h

Issue 560913004: Revert of Mac: Fix rounded corners on browser windows on retina display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflicts. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/fast_resize_view.h
diff --git a/chrome/browser/ui/cocoa/fast_resize_view.h b/chrome/browser/ui/cocoa/fast_resize_view.h
index 67fa01ffafa40f5f3ed67770a783d4ab74707cd2..d6a34b4646ad8da4c1bda8f134c06610230f8175 100644
--- a/chrome/browser/ui/cocoa/fast_resize_view.h
+++ b/chrome/browser/ui/cocoa/fast_resize_view.h
@@ -7,22 +7,10 @@
#import <Cocoa/Cocoa.h>
-@class CAShapeLayer;
-
// A Cocoa view originally created to support fast re-painting to white on
// resize. This is done by CoreAnimation now, so this view remains only as the
// first opaque ancestor of accelerated web contents views.
-@interface FastResizeView : NSView {
- @private
- // Whether the bottom corners should be rounded.
- BOOL roundedBottomCorners_;
-
- // Weak reference to the mask of the hosted layer.
- CAShapeLayer* layerMask_;
-}
-
-// Changes whether the bottom two corners are rounded.
-- (void)setRoundedBottomCorners:(BOOL)roundedBottomCorners;
+@interface FastResizeView : NSView
@end
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_private.mm ('k') | chrome/browser/ui/cocoa/fast_resize_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698