Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 2895e7370fc2950224e25167e5de63deed57d932..7bc3a8ae94600ef5e4842175c72b894e9be5b35a 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -424,7 +424,7 @@ class CC_EXPORT LayerTreeHostImpl |
} |
const RendererCapabilitiesImpl& GetRendererCapabilities() const; |
- virtual bool SwapBuffers(const FrameData& frame); |
+ bool SwapBuffers(const FrameData& frame); |
virtual void WillBeginImplFrame(const BeginFrameArgs& args); |
virtual void DidFinishImplFrame(); |
void DidModifyTilePriorities(); |