summaryrefslogtreecommitdiff
path: root/libs/hwui/IProfileRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/IProfileRenderer.h')
-rw-r--r--libs/hwui/IProfileRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/IProfileRenderer.h b/libs/hwui/IProfileRenderer.h
index 947ed34cc070..935ab4e35f26 100644
--- a/libs/hwui/IProfileRenderer.h
+++ b/libs/hwui/IProfileRenderer.h
@@ -22,7 +22,7 @@ namespace uirenderer {
class IProfileRenderer {
public:
virtual void drawRect(float left, float top, float right, float bottom,
- const SkPaint& paint) = 0;
+ const SkPaint& paint) = 0;
virtual void drawRects(const float* rects, int count, const SkPaint& paint) = 0;
virtual uint32_t getViewportWidth() = 0;
virtual uint32_t getViewportHeight() = 0;