Chromium Code Reviews| Index: views/view_unittest.cc |
| =================================================================== |
| --- views/view_unittest.cc (revision 101372) |
| +++ views/view_unittest.cc (working copy) |
| @@ -2351,7 +2351,7 @@ |
| virtual ui::Texture* CreateTexture() OVERRIDE { |
| return new TestTexture(); |
| } |
| - virtual void OnNotifyStart() OVERRIDE {} |
| + virtual void OnNotifyStart(bool clear) OVERRIDE {} |
| virtual void OnNotifyEnd() OVERRIDE {} |
| virtual void Blur(const gfx::Rect& bounds) OVERRIDE {} |