diff options
| author | 2015-12-10 20:43:56 +0000 | |
|---|---|---|
| committer | 2015-12-10 20:43:56 +0000 | |
| commit | a38b75b09502f1096f9344e03fc27e27d6df8dd8 (patch) | |
| tree | aa362596cd3b4e5e1e4b0cd6545d4debfb14de08 /libs/hwui/BakedOpDispatcher.cpp | |
| parent | 5a86c99d885246ac3058e4e06724ba38b7ed2f68 (diff) | |
| parent | 268a9c0f29c16a64d5819c7dbe8b0633baedab83 (diff) | |
Merge "Add property animations to new reorderer/renderer"
Diffstat (limited to 'libs/hwui/BakedOpDispatcher.cpp')
| -rw-r--r-- | libs/hwui/BakedOpDispatcher.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/hwui/BakedOpDispatcher.cpp b/libs/hwui/BakedOpDispatcher.cpp index f1c89b895048..d4dbb00aa207 100644 --- a/libs/hwui/BakedOpDispatcher.cpp +++ b/libs/hwui/BakedOpDispatcher.cpp @@ -309,6 +309,14 @@ void BakedOpDispatcher::onEndLayerOp(BakedOpRenderer&, const EndLayerOp&, const LOG_ALWAYS_FATAL("unsupported operation"); } +void BakedOpDispatcher::onCirclePropsOp(BakedOpRenderer&, const CirclePropsOp&, const BakedOpState&) { + LOG_ALWAYS_FATAL("unsupported operation"); +} + +void BakedOpDispatcher::onRoundRectPropsOp(BakedOpRenderer&, const RoundRectPropsOp&, const BakedOpState&) { + LOG_ALWAYS_FATAL("unsupported operation"); +} + namespace VertexBufferRenderFlags { enum { Offset = 0x1, |