From 607fb5f42e757bf6567e9a58e84d99e5b62193a7 Mon Sep 17 00:00:00 2001 From: Ojan Vafai Date: Fri, 16 Jan 2015 19:55:57 -0800 Subject: [PATCH] Delete dead invalidate function. TBR=esprehn@chromium.org Review URL: https://codereview.chromium.org/826873003 --- engine/public/platform/WebLayer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/public/platform/WebLayer.h b/engine/public/platform/WebLayer.h index 2f2200f7415..7398c07fc6f 100644 --- a/engine/public/platform/WebLayer.h +++ b/engine/public/platform/WebLayer.h @@ -55,9 +55,6 @@ public: // Returns a positive ID that will be unique across all WebLayers allocated in this process. virtual int id() const = 0; - // Sets the entire layer as invalid, i.e. needs to update its content. - virtual void invalidate() = 0; - // These functions do not take ownership of the WebLayer* parameter. virtual void addChild(WebLayer*) = 0; virtual void insertChild(WebLayer*, size_t index) = 0;