summaryrefslogtreecommitdiff
path: root/libs/hwui/RecordingCanvas.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2017-01-04 14:57:43 -0500
committerDerek Sollenberger <djsollen@google.com>2017-01-04 14:57:43 -0500
commitb29b16e5423fe7deab8ebf3da512c6d2192f19b5 (patch)
tree6e0c9b68f6cf30fddb28f358e373c2cefa3d37a8 /libs/hwui/RecordingCanvas.h
parente5fb79bb2def5a17d158193c2e668224dc5ad5c1 (diff)
Remove clipRegion from the public API.
This API is difficult to support for printing and has other negative effects as it does not respect the current matrix/clip. Test: compile Bug: 14650725 Change-Id: I71f9bd687d446c7ce8910d755421aad8e09458db
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 5d4938581d20..44181bd22397 100644
--- a/libs/hwui/RecordingCanvas.h
+++ b/libs/hwui/RecordingCanvas.h
@@ -134,7 +134,6 @@ public:
virtual bool clipRect(float left, float top, float right, float bottom,
SkClipOp op) override;
virtual bool clipPath(const SkPath* path, SkClipOp op) override;
- virtual bool clipRegion(const SkRegion* region, SkClipOp op) override;
// Misc
virtual SkDrawFilter* getDrawFilter() override { return mDrawFilter.get(); }