| Index: chrome/views/view.h
|
| ===================================================================
|
| --- chrome/views/view.h (revision 11261)
|
| +++ chrome/views/view.h (working copy)
|
| @@ -940,6 +940,10 @@
|
| // subclass. The default implementation returns kViewClassName.
|
| virtual std::string GetClassName() const;
|
|
|
| + // Returns the first ancestor, starting at this, whose class name is |name|.
|
| + // Returns null if no ancestor has the class name |name|.
|
| + View* GetAncestorWithClassName(const std::string& name);
|
| +
|
| // Returns the visible bounds of the receiver in the receivers coordinate
|
| // system.
|
| //
|
|
|