| Index: cc/surfaces/surface.cc
|
| diff --git a/cc/surfaces/surface.cc b/cc/surfaces/surface.cc
|
| index bed727c09afb7e92e96bde4a2305e851cd435d50..55c7392249806d90cb8f81c1b6d030e3043b8632 100644
|
| --- a/cc/surfaces/surface.cc
|
| +++ b/cc/surfaces/surface.cc
|
| @@ -38,6 +38,8 @@ void Surface::QueueFrame(scoped_ptr<CompositorFrame> frame) {
|
| }
|
| }
|
|
|
| -CompositorFrame* Surface::GetEligibleFrame() { return current_frame_.get(); }
|
| +const CompositorFrame* Surface::GetEligibleFrame() {
|
| + return current_frame_.get();
|
| +}
|
|
|
| } // namespace cc
|
|
|