| Index: cc/surfaces/display.cc
|
| diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
|
| index 55ee093056c0b232ef19e743392cff9f18986e04..0cad5f9f6385c301e83dd467630ecb2eb61a6851 100644
|
| --- a/cc/surfaces/display.cc
|
| +++ b/cc/surfaces/display.cc
|
| @@ -412,6 +412,10 @@ void Display::OnSurfaceDamaged(const SurfaceId& surface_id, bool* changed) {
|
| UpdateRootSurfaceResourcesLocked();
|
| }
|
|
|
| +void Display::OnSurfaceCreated(const SurfaceId& surface_id,
|
| + const gfx::Size& frame,
|
| + float device_scale_factor) {}
|
| +
|
| const SurfaceId& Display::CurrentSurfaceId() {
|
| return current_surface_id_;
|
| }
|
|
|