Index: views/view_unittest.cc |
diff --git a/views/view_unittest.cc b/views/view_unittest.cc |
index 09483bc2bd96bf39333feea087a5fbd97b6a95dd..94d6d4d48c6378700a21b7dfb3648f1403336246 100644 |
--- a/views/view_unittest.cc |
+++ b/views/view_unittest.cc |
@@ -2358,7 +2358,9 @@ class TestCompositor : public ui::Compositor { |
virtual void NotifyEnd() OVERRIDE {} |
virtual void Blur(const gfx::Rect& bounds) OVERRIDE {} |
virtual void SchedulePaint() OVERRIDE {} |
- virtual void OnWidgetSizeChanged(const gfx::Size& size) OVERRIDE {} |
+ |
+ protected: |
+ virtual void OnWidgetSizeChanged() OVERRIDE {} |
private: |
DISALLOW_COPY_AND_ASSIGN(TestCompositor); |