Chromium Code Reviews| Index: src/views/SkWidgets.cpp |
| =================================================================== |
| --- src/views/SkWidgets.cpp (revision 8005) |
| +++ src/views/SkWidgets.cpp (working copy) |
| @@ -309,7 +309,7 @@ |
| } |
| } |
| -SkView::Click* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y) |
| +SkView::Click* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) |
|
sugoi
2013/03/06 16:14:59
virtual function's signature did not fit base clas
|
| { |
| this->acceptFocus(); |
| return new Click(this); |