mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Delete dead invalidate function.
TBR=esprehn@chromium.org Review URL: https://codereview.chromium.org/826873003
This commit is contained in:
parent
992eaea546
commit
607fb5f42e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user