diff options
Diffstat (limited to 'libs/hwui/pipeline/skia/RenderNodeDrawable.h')
-rw-r--r-- | libs/hwui/pipeline/skia/RenderNodeDrawable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/pipeline/skia/RenderNodeDrawable.h b/libs/hwui/pipeline/skia/RenderNodeDrawable.h index 6ba8e599818c..6c390c3fce24 100644 --- a/libs/hwui/pipeline/skia/RenderNodeDrawable.h +++ b/libs/hwui/pipeline/skia/RenderNodeDrawable.h @@ -58,7 +58,7 @@ public: * projection receiver then all projected children (excluding direct children) will be drawn * last. Any projected node not matching those requirements will not be drawn by this function. */ - void forceDraw(SkCanvas* canvas); + void forceDraw(SkCanvas* canvas) const; /** * Returns readonly render properties for this render node. @@ -113,7 +113,7 @@ private: * @param nestLevel should be always 0. Used to track how far we are from the receiver. */ void drawBackwardsProjectedNodes(SkCanvas* canvas, const SkiaDisplayList& displayList, - int nestLevel = 0); + int nestLevel = 0) const; /** * Applies the rendering properties of a view onto a SkCanvas. |