diff options
Diffstat (limited to 'libs/hwui/OpenGLDebugRenderer.h')
-rw-r--r-- | libs/hwui/OpenGLDebugRenderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLDebugRenderer.h b/libs/hwui/OpenGLDebugRenderer.h index 7787ff1c4280..ee34d736d700 100644 --- a/libs/hwui/OpenGLDebugRenderer.h +++ b/libs/hwui/OpenGLDebugRenderer.h @@ -40,6 +40,7 @@ public: int saveLayer(float left, float top, float right, float bottom, SkPaint* p, int flags); + void drawDisplayList(DisplayList* displayList); void drawBitmap(SkBitmap* bitmap, float left, float top, SkPaint* paint); void drawBitmap(SkBitmap* bitmap, SkMatrix* matrix, SkPaint* paint); void drawBitmap(SkBitmap* bitmap, float srcLeft, float srcTop, |