| Index: chrome/browser/tab_contents/tab_contents_view_mac.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.h b/chrome/browser/tab_contents/tab_contents_view_mac.h
|
| index 670358be884378dfb26341c0a8f840c5a9b3a46e..222967800b041683af640eb8b1e0a1c44b3bd7fa 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_mac.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_mac.h
|
| @@ -44,6 +44,11 @@ class Point;
|
|
|
| // Expose this, since sometimes one needs both the NSView and the TabContents.
|
| - (TabContents*)tabContents;
|
| +
|
| +// Set frame, then notify the RenderWidgetHost that the frame has been changed,
|
| +// but do it in a separate task, using |performSelector:withObject:afterDelay:|.
|
| +// This stops the flickering issue in http://crbug.com/31970
|
| +- (void)setFrameWithDeferredUpdate:(NSRect)frame;
|
| @end
|
|
|
| // Mac-specific implementation of the TabContentsView. It owns an NSView that
|
|
|