am 0d3c52d3: Merge "Fix merged operation clipping" into klp-dev
* commit '0d3c52d3afc1e3ea4ae2ea63355388a095ebeb4c': Fix merged operation clipping
This commit is contained in:
@@ -249,7 +249,7 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void add(DrawOp* op, DeferredDisplayState* state, bool opaqueOverBounds) {
|
virtual void add(DrawOp* op, const DeferredDisplayState* state, bool opaqueOverBounds) {
|
||||||
DrawBatch::add(op, state, opaqueOverBounds);
|
DrawBatch::add(op, state, opaqueOverBounds);
|
||||||
|
|
||||||
const int newClipSideFlags = state->mClipSideFlags;
|
const int newClipSideFlags = state->mClipSideFlags;
|
||||||
|
|||||||
Reference in New Issue
Block a user