| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index f1770bc054bfa68c9ef4f70598f701a98888f838..6297915adfee469f84539645e084c5328b9d05ff 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -340,7 +340,7 @@ class BrowserCompositorOutputSurface
|
| }
|
|
|
| virtual void SendFrameToParentCompositor(
|
| - const cc::CompositorFrame&) OVERRIDE {
|
| + cc::CompositorFrame&) OVERRIDE {
|
| }
|
|
|
| void OnUpdateVSyncParameters(
|
|
|