| Index: Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (revision 114977)
|
| +++ Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (working copy)
|
| @@ -128,6 +128,8 @@
|
| static PassRefPtr<CCLayerTreeHost> create(CCLayerTreeHostClient*, const CCSettings&);
|
| virtual ~CCLayerTreeHost();
|
|
|
| + void setSurfaceReady();
|
| +
|
| // Returns true if any CCLayerTreeHost is alive.
|
| static bool anyLayerTreeHostInstanceExists();
|
|
|
|
|