diff options
| author | 2016-08-08 13:22:06 -0700 | |
|---|---|---|
| committer | 2016-08-09 16:29:44 -0700 | |
| commit | c3849aa786db65dbda254b90b7db3b13efd98e65 (patch) | |
| tree | 7e6e254ea4d323196cc70effde94bcba42d8a5d5 /libs/hwui/RenderProperties.h | |
| parent | 1a61a0ae43acee586b7cb0f069f69b37342626d1 (diff) | |
HWUI: reimplement rendernode ouput for single stream
bug: 26565102
Change-Id: I90b449b2dce52683c50b48091354104d76a5e44a
Diffstat (limited to 'libs/hwui/RenderProperties.h')
| -rw-r--r-- | libs/hwui/RenderProperties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/RenderProperties.h b/libs/hwui/RenderProperties.h index 00494a12b808..2f5223cedb86 100644 --- a/libs/hwui/RenderProperties.h +++ b/libs/hwui/RenderProperties.h @@ -35,6 +35,7 @@ #include <cutils/compiler.h> #include <androidfw/ResourceTypes.h> #include <utils/Log.h> +#include <ostream> class SkBitmap; class SkColorFilter; @@ -574,7 +575,7 @@ public: return mPrimitiveFields.mProjectBackwards; } - void debugOutputProperties(const int level) const; + void debugOutputProperties(std::ostream& output, const int level) const; void updateMatrix(); |