From 83a2c63f0e4edce04d1833a7dcfd4d9e1010e7b7 Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 29 Jun 2016 15:11:23 -0700 Subject: Fix compile issue Change-Id: Ic3423cfb23c6057210efb2e9110551b694c0101c (cherry picked from commit 9688a3d33451134d6ff54f7b60f8db7a338a40f1) --- libs/hwui/hwui/Canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hwui/hwui/Canvas.h b/libs/hwui/hwui/Canvas.h index 55af33e80256..7b3199ce11a4 100644 --- a/libs/hwui/hwui/Canvas.h +++ b/libs/hwui/hwui/Canvas.h @@ -220,7 +220,7 @@ public: /** * Draws a VectorDrawable onto the canvas. */ - virtual void drawVectorDrawable(VectorDrawableRoot* tree); + virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0; /** * Converts utf16 text to glyphs, calculating position and boundary, -- cgit v1.2.3-59-g8ed1b