Commit 335f5835 authored by Ian Hickson's avatar Ian Hickson

Merge pull request #866 from Hixie/debugDoingPaint

Remove debugDoingPaint setter.
parents f619c5cd 3c4442ce
......@@ -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