| Index: cc/surfaces/display.cc
|
| diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
|
| index e2e4a436636d752952c85c0ed5f8285e4bcf39af..720feaba04b8109c18b0d28599734af8983e6881 100644
|
| --- a/cc/surfaces/display.cc
|
| +++ b/cc/surfaces/display.cc
|
| @@ -154,8 +154,8 @@ bool Display::Draw() {
|
| return true;
|
| }
|
|
|
| -int Display::CurrentSurfaceID() {
|
| - return current_surface_ ? current_surface_->surface_id() : 0;
|
| +SurfaceId Display::CurrentSurfaceId() {
|
| + return current_surface_ ? current_surface_->surface_id() : SurfaceId();
|
| }
|
|
|
| void Display::ReturnResources(const ReturnedResourceArray& resources) {
|
|
|