diff options
| author | 2014-06-20 16:01:00 -0700 | |
|---|---|---|
| committer | 2014-06-23 09:57:07 -0700 | |
| commit | a7090e0cfd7c719a6d4c03aae34f5db98754cbdd (patch) | |
| tree | 7bfae2588126476042f33b9dd01ca0b9cf368e2e /libs/hwui/OpenGLRenderer.h | |
| parent | 104ef50048a1d12f323b3e70ccc28dd509d3ea24 (diff) | |
Update 'DisplayList' vs 'RenderNode' naming in several places
Change-Id: I635c6627d098b661fb9b0ba1bd42fa6d7277d287
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index 346a65cca007..066b26731a78 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -158,7 +158,7 @@ public: int saveLayerDeferred(float left, float top, float right, float bottom, const SkPaint* paint, int flags); - virtual status_t drawDisplayList(RenderNode* displayList, Rect& dirty, int32_t replayFlags = 1); + virtual status_t drawRenderNode(RenderNode* displayList, Rect& dirty, int32_t replayFlags = 1); virtual status_t drawLayer(Layer* layer, float x, float y); virtual status_t drawBitmap(const SkBitmap* bitmap, float left, float top, const SkPaint* paint); |