| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 9d27d2bda99b03954b270ae9760090ed589f6b4f..122380a7b66ef8cfcbf9290d77d364b14ee0d07f 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -727,6 +727,12 @@ class TabContents : public PageNavigator,
|
| // Gets the zoom percent for this tab.
|
| int GetZoomPercent(bool* enable_increment, bool* enable_decrement);
|
|
|
| + // Shows a fade effect over this tab contents. Repeated calls will be ignored
|
| + // until the fade is canceled.
|
| + void FadeForInstant();
|
| + // Immediately removes the fade.
|
| + void CancelInstantFade();
|
| +
|
| // Gets the minimum/maximum zoom percent.
|
| int minimum_zoom_percent() const { return minimum_zoom_percent_; }
|
| int maximum_zoom_percent() const { return maximum_zoom_percent_; }
|
|
|