Chromium Code Reviews| Index: views/controls/native_control.cc |
| =================================================================== |
| --- views/controls/native_control.cc (revision 74231) |
| +++ views/controls/native_control.cc (working copy) |
| @@ -146,7 +146,7 @@ |
| if (brush) |
| return reinterpret_cast<LRESULT>(brush); |
| } |
| - ancestor = ancestor->GetParent(); |
| + ancestor = ancestor->parent(); |
| } |
| // COLOR_BTNFACE is the default for dialog box backgrounds. |