| Index: chrome/browser/ui/panels/native_panel.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/native_panel.h (revision 104349)
|
| +++ chrome/browser/ui/panels/native_panel.h (working copy)
|
| @@ -87,6 +87,9 @@
|
| // Verifies, on a deepest possible level, if the Panel is showing the "Draw
|
| // Attention" effects to the user. May include checking colors etc.
|
| virtual bool VerifyDrawingAttention() const = 0;
|
| + // Verifies, on a deepest possible level, if the native panel is really
|
| + // active, i.e. the titlebar is painted per its active state.
|
| + virtual bool VerifyActiveState(bool is_active) = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_PANELS_NATIVE_PANEL_H_
|
|
|