| Index: chrome/views/window/window_win.h
|
| ===================================================================
|
| --- chrome/views/window/window_win.h (revision 14739)
|
| +++ chrome/views/window/window_win.h (working copy)
|
| @@ -147,8 +147,8 @@
|
| virtual void OnSize(UINT size_param, const CSize& new_size);
|
| virtual void OnSysCommand(UINT notification_code, CPoint click);
|
| virtual void OnWindowPosChanging(WINDOWPOS* window_pos);
|
| - virtual Window* AsWindow() { return this; }
|
| - virtual const Window* AsWindow() const { return this; }
|
| + virtual Window* GetWindow() { return this; }
|
| + virtual const Window* GetWindow() const { return this; }
|
|
|
| // Accessor for disable_inactive_rendering_.
|
| bool disable_inactive_rendering() const {
|
|
|