| Index: cc/surfaces/surface.h
|
| diff --git a/cc/surfaces/surface.h b/cc/surfaces/surface.h
|
| index f62a8971a6c91b9b985c94f733ac5fabcf481445..403d2e56baf6f8a575509050152fb4bc90bccbc8 100644
|
| --- a/cc/surfaces/surface.h
|
| +++ b/cc/surfaces/surface.h
|
| @@ -28,7 +28,7 @@ class CC_SURFACES_EXPORT Surface {
|
|
|
| void QueueFrame(scoped_ptr<CompositorFrame> frame);
|
| // Returns the most recent frame that is eligible to be rendered.
|
| - CompositorFrame* GetEligibleFrame();
|
| + const CompositorFrame* GetEligibleFrame();
|
|
|
| SurfaceFactory* factory() { return factory_; }
|
|
|
|
|