| Index: cc/video_layer_impl.h
|
| diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
|
| index 03bf73679b24c51e948fbcb952287d6b995e3798..85e6f37598dda042ef8a5b242e3c55aa19d783d5 100644
|
| --- a/cc/video_layer_impl.h
|
| +++ b/cc/video_layer_impl.h
|
| @@ -44,8 +44,6 @@ public:
|
| virtual void appendQuads(QuadSink&, AppendQuadsData&) OVERRIDE;
|
| virtual void didDraw(ResourceProvider*) OVERRIDE;
|
|
|
| - virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
|
| -
|
| // WebKit::WebVideoFrameProvider::Client implementation.
|
| virtual void stopUsingProvider(); // Callable on any thread.
|
| virtual void didReceiveFrame(); // Callable on impl thread.
|
|
|