summaryrefslogtreecommitdiff
path: root/libs/hwui/RecordingCanvas.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2019-07-16 13:23:29 -0400
committerDerek Sollenberger <djsollen@google.com>2019-07-16 14:23:39 -0400
commit8b994191924564624ef831b4fd4c67a1adbd624f (patch)
treebbc74f6a0b18cf8a35409721ea7dfb4d85f2227a /libs/hwui/RecordingCanvas.h
parent95eab8ae45863184acb901219f9fceb2dc190ac1 (diff)
Update includes to begin isolating graphics classes.
GraphicsJNI.h will only be visible to files in the graphics component and this CL begins to remove all usages of that header that are known to be outside the graphic component. Test: compile Bug: 137655431 Change-Id: If310782e5d95d05ab7cbd54dafa5771d315707a7
Diffstat (limited to 'libs/hwui/RecordingCanvas.h')
-rw-r--r--libs/hwui/RecordingCanvas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/RecordingCanvas.h b/libs/hwui/RecordingCanvas.h
index 7269bcad3d7a..16ec877002f7 100644
--- a/libs/hwui/RecordingCanvas.h
+++ b/libs/hwui/RecordingCanvas.h
@@ -29,7 +29,6 @@
#include "SkPaint.h"
#include "SkPath.h"
#include "SkRect.h"
-#include "SkTDArray.h"
#include "SkTemplates.h"
#include <vector>