Move SoftwareOutputDevice to the viz service display compositor.
https://chromium-review.googlesource.com/677463
This commit is contained in:
parent
4d234e3abc
commit
481c70311a
4 changed files with 6 additions and 6 deletions
|
@ -73,7 +73,7 @@ void OffScreenOutputDevice::EndPaint() {
|
|||
|
||||
if (!bitmap_.get()) return;
|
||||
|
||||
cc::SoftwareOutputDevice::EndPaint();
|
||||
viz::SoftwareOutputDevice::EndPaint();
|
||||
|
||||
if (active_)
|
||||
OnPaint(damage_rect_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue