Index: cc/trees/layer_tree_host_unittest_context.cc |
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc |
index 1658deafc96e20d94b69c29a07fdc18a87cf5d3b..1c3da6120382c940a80e1fc96f01d9b3640fb761 100644 |
--- a/cc/trees/layer_tree_host_unittest_context.cc |
+++ b/cc/trees/layer_tree_host_unittest_context.cc |
@@ -1374,7 +1374,7 @@ class LayerTreeHostTestCannotCreateIfCannotCreateOutputSurface |
: FakeLayerTreeHostClient(FakeLayerTreeHostClient::DIRECT_3D) {} |
// FakeLayerTreeHostClient |
- virtual scoped_ptr<OutputSurface> CreateOutputSurface() { |
+ virtual scoped_ptr<OutputSurface> CreateOutputSurface() OVERRIDE { |
return scoped_ptr<OutputSurface>(); |
} |