| Index: cc/surfaces/display.h
|
| diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
|
| index 22bd074da7357379b5357d51b8d21a8e2b6f7f87..85b172ae8c503c00ccfbae4dbbd4f12e304302bf 100644
|
| --- a/cc/surfaces/display.h
|
| +++ b/cc/surfaces/display.h
|
| @@ -11,6 +11,7 @@
|
| #include "cc/output/renderer.h"
|
| #include "cc/surfaces/surface_aggregator.h"
|
| #include "cc/surfaces/surface_client.h"
|
| +#include "cc/surfaces/surface_id.h"
|
| #include "cc/surfaces/surfaces_export.h"
|
|
|
| namespace gfx {
|
| @@ -39,7 +40,7 @@ class CC_SURFACES_EXPORT Display : public SurfaceClient,
|
| void Resize(const gfx::Size& new_size);
|
| bool Draw();
|
|
|
| - int CurrentSurfaceID();
|
| + SurfaceId CurrentSurfaceId();
|
|
|
| // OutputSurfaceClient implementation.
|
| virtual void DeferredInitialize() OVERRIDE {}
|
|
|