Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: views/view_unittest.cc

Issue 7552039: Vend common GL context (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/compositor/layer.cc ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/gfx/compositor/layer.cc ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698