| Index: cc/overdraw_metrics.cc
|
| diff --git a/cc/overdraw_metrics.cc b/cc/overdraw_metrics.cc
|
| index f28258bea69bc6359640f2d00d0129406636b2b9..3b0244f770e6907687abb82e046acdeac771e8f1 100644
|
| --- a/cc/overdraw_metrics.cc
|
| +++ b/cc/overdraw_metrics.cc
|
| @@ -151,7 +151,7 @@ static gfx::Size DeviceViewportSize(const LayerTreeHost* host) {
|
| return host->device_viewport_size();
|
| }
|
| static gfx::Size DeviceViewportSize(const LayerTreeHostImpl* host_impl) {
|
| - return host_impl->DeviceViewportSize();
|
| + return host_impl->device_viewport_size();
|
| }
|
|
|
| template <typename LayerTreeHostType>
|
|
|