Commit 3c4442ce authored by Hixie's avatar Hixie

Remove debugDoingPaint setter.

debugDoingPaint is an internal flag and really shouldn't be globally settable.
parent 13baf51e
......@@ -818,9 +818,6 @@ abstract class RenderObject extends AbstractNode implements HitTestTarget {
static bool _debugDoingPaint = false;
static bool get debugDoingPaint => _debugDoingPaint;
static void set debugDoingPaint(bool value) {
_debugDoingPaint = value;
}
bool _debugDoingThisPaint = false;
bool get debugDoingThisPaint => _debugDoingThisPaint;
static RenderObject _debugActivePaint = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment