| Index: chrome/browser/ui/cocoa/nsview_additions.h
|
| diff --git a/chrome/browser/ui/cocoa/nsview_additions.h b/chrome/browser/ui/cocoa/nsview_additions.h
|
| index 70636adb71a1e1be17aca635c5dfba1c3a64e480..2bbe42b791171e82bb55ed02c50c4c0f06dae0f8 100644
|
| --- a/chrome/browser/ui/cocoa/nsview_additions.h
|
| +++ b/chrome/browser/ui/cocoa/nsview_additions.h
|
| @@ -32,10 +32,6 @@
|
| // Set needsDisplay for this view and all descendants.
|
| - (void)cr_recursivelySetNeedsDisplay:(BOOL)flag;
|
|
|
| -// Set the specified view to have a CoreAnimation layer if CoreAnimation is
|
| -// enabled at the command line.
|
| -- (void)cr_setWantsLayer:(BOOL)wantsLayer;
|
| -
|
| // Draw using ancestorView's drawRect function into this view's rect. Do any
|
| // required translating or flipping to transform between the two coordinate
|
| // systems.
|
|
|