diff options
author | Chris Craik <ccraik@google.com> | 2015-04-20 13:34:45 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2015-04-20 14:20:47 -0700 |
commit | db663fe83f976107fd8fd9307d871b37d9e47370 (patch) | |
tree | cd45e2d420903cb93be8d9707c4bf9e736f81e86 /libs/hwui/DisplayList.h | |
parent | 84b8b066b40b14854561d103e26fb1c7bca243cc (diff) |
Rename native DisplayListRenderer to DisplayListCanvas
Change-Id: I33e6f8cc85da1e7da7ff7bf18d4ebde64222067a
Diffstat (limited to 'libs/hwui/DisplayList.h')
-rw-r--r-- | libs/hwui/DisplayList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/DisplayList.h b/libs/hwui/DisplayList.h index 3178584dea5a..7fbda1f6b192 100644 --- a/libs/hwui/DisplayList.h +++ b/libs/hwui/DisplayList.h @@ -53,7 +53,7 @@ namespace uirenderer { class DeferredDisplayList; class DisplayListOp; -class DisplayListRenderer; +class DisplayListCanvas; class OpenGLRenderer; class Rect; class Layer; @@ -109,7 +109,7 @@ struct ReplayStateStruct : public PlaybackStateStruct { * Data structure that holds the list of commands used in display list stream */ class DisplayListData { - friend class DisplayListRenderer; + friend class DisplayListCanvas; public: struct Chunk { // range of included ops in DLD::displayListOps |