| Index: cc/nine_patch_layer_impl.h
|
| diff --git a/cc/nine_patch_layer_impl.h b/cc/nine_patch_layer_impl.h
|
| index e42d48109792a6061c4a33e3c2cd56c4ea53e27d..f574c3a6875f2c16f415c10d238848f772ac7276 100644
|
| --- a/cc/nine_patch_layer_impl.h
|
| +++ b/cc/nine_patch_layer_impl.h
|
| @@ -29,7 +29,7 @@ public:
|
| virtual void didDraw(ResourceProvider*) OVERRIDE;
|
| virtual ResourceProvider::ResourceId contentsResourceId() const OVERRIDE;
|
| virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
|
| - virtual void didLoseContext() OVERRIDE;
|
| + virtual void didLoseOutputSurface() OVERRIDE;
|
|
|
| protected:
|
| explicit NinePatchLayerImpl(int id);
|
|
|