summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderProperties.cpp
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2014-03-20 12:44:20 -0700
committer Chris Craik <ccraik@google.com> 2014-03-24 11:37:06 -0700
commitb49f446c98096c4790a11d9b5bc83a4e585278c9 (patch)
tree04be3e4844f1f39df2b9f598d5e50d6e969e1080 /libs/hwui/RenderProperties.cpp
parentac6e97a5a69738a1d32794fc76ca639201639501 (diff)
Rework Outline API, remove isolatedZVolume remnants
Change-Id: I30c2fe832dcb98fa6329b1a595b3d3aafbdcad6b
Diffstat (limited to 'libs/hwui/RenderProperties.cpp')
-rw-r--r--libs/hwui/RenderProperties.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/RenderProperties.cpp b/libs/hwui/RenderProperties.cpp
index 233aace1a4f9..902a748a462e 100644
--- a/libs/hwui/RenderProperties.cpp
+++ b/libs/hwui/RenderProperties.cpp
@@ -26,7 +26,6 @@ RenderProperties::RenderProperties()
: mClipToBounds(true)
, mProjectBackwards(false)
, mProjectionReceiver(false)
- , mClipToOutline(false)
, mAlpha(1)
, mHasOverlappingRendering(true)
, mTranslationX(0), mTranslationY(0), mTranslationZ(0)
@@ -47,7 +46,6 @@ RenderProperties::RenderProperties()
, mStaticMatrix(NULL)
, mAnimationMatrix(NULL)
, mCaching(false) {
- mOutline.rewind();
}
RenderProperties::~RenderProperties() {