Remove now-unneeded second invalidation region object from PictureLayer.
Blink should no longer be doing that, we have lots of asserts and code audits to prevent it.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1495083002
Cr-Commit-Position: refs/heads/master@{#363902}
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 760fcbd..b65c71b 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -351,6 +351,8 @@
virtual bool DrawsContent() const;
// This methods typically need to be overwritten by derived classes.
+ // TODO(chrishtr): Blink no longer resizes anything during paint. We can
+ // remove this.
virtual void SavePaintProperties();
// Returns true iff anything was updated that needs to be committed.
virtual bool Update();