diff options
author | Fedor Kudasov <kudasov@google.com> | 2019-06-28 21:53:56 +0100 |
---|---|---|
committer | Fedor Kudasov <kudasov@google.com> | 2019-07-01 09:59:48 +0000 |
commit | 34a2576340edeae79d63d78647260de85ba3398e (patch) | |
tree | c0213a42bd525c778c0a5e8e5d38a9bed0ab34cd /libs/hwui/TreeInfo.h | |
parent | 4377d5637ffe8ba3e0dc53d9d12b0bb5cce148c2 (diff) |
Split out RootRenderNode
- Deleted unused OnFinishedEvent, InvokeAnimationListeners
- Hid FinishAndInvokeListener and AnimationContextBridge in the
implmentation
Bug: 117921091
Test: all tests should pass
Change-Id: I98af836b27d06907a24696fcae03f24808c1993a
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r-- | libs/hwui/TreeInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index 7e8d12fd4597..f2481f83767d 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -40,7 +40,6 @@ class ErrorHandler { public: virtual void onError(const std::string& message) = 0; -protected: virtual ~ErrorHandler() = default; }; |