Move SoftwareOutputDevice to the viz service display compositor.

https://chromium-review.googlesource.com/677463
This commit is contained in:
Aleksei Kuzmin 2017-12-18 12:31:54 +03:00
parent 4d234e3abc
commit 481c70311a
4 changed files with 6 additions and 6 deletions

View file

@ -73,7 +73,7 @@ void OffScreenOutputDevice::EndPaint() {
if (!bitmap_.get()) return;
cc::SoftwareOutputDevice::EndPaint();
viz::SoftwareOutputDevice::EndPaint();
if (active_)
OnPaint(damage_rect_);