| Index: cc/video_layer_impl.h
|
| diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
|
| index 6a4af373a79103888f83d0ed322fe7fd10047de4..59a0ca1a95591220ad7ae40115c7afa65dceea43 100644
|
| --- a/cc/video_layer_impl.h
|
| +++ b/cc/video_layer_impl.h
|
| @@ -50,7 +50,7 @@ public:
|
| virtual void didReceiveFrame(); // Callable on impl thread.
|
| virtual void didUpdateMatrix(const float*); // Callable on impl thread.
|
|
|
| - virtual void didLoseContext() OVERRIDE;
|
| + virtual void didLoseOutputSurface() OVERRIDE;
|
|
|
| void setNeedsRedraw();
|
|
|
|
|