am fb52669c: Merge "Respect round rect clip when determining op opaqueness" into lmp-dev

* commit 'fb52669c01cb31164801e2320f9d3fc954b3f16b':
  Respect round rect clip when determining op opaqueness
This commit is contained in:
Chris Craik
2014-08-19 16:59:09 +00:00
committed by Android Git Automerger

View File

@@ -208,6 +208,8 @@ protected:
// ensure that local bounds cover mapped bounds
if (!state.mMatrix.isSimple()) return false;
if (state.mRoundRectClipState) return false;
// check state/paint for transparency
if (mPaint) {
if (mPaint->getShader() && !mPaint->getShader()->isOpaque()) {