Chromium Code Reviews| Index: cc/surfaces/surface.cc |
| diff --git a/cc/surfaces/surface.cc b/cc/surfaces/surface.cc |
| index 282974d22c31ab7fca705000b8d7a35ecd2a3279..20d34011a58d5aa0bff6e4236856476a219fe560 100644 |
| --- a/cc/surfaces/surface.cc |
| +++ b/cc/surfaces/surface.cc |
| @@ -116,7 +116,7 @@ void Surface::TakeCopyOutputRequests( |
| } |
| } |
| -const CompositorFrame& Surface::GetEligibleFrame() { |
| +const CompositorFrame& Surface::GetEligibleFrame() const { |
| DCHECK(current_frame_); |
| return current_frame_.value(); |
| } |