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

@ -196,7 +196,7 @@ class OffScreenRenderWidgetHostView
gfx::Point* transformed_point) override;
// ui::CompositorDelegate:
std::unique_ptr<cc::SoftwareOutputDevice> CreateSoftwareOutputDevice(
std::unique_ptr<viz::SoftwareOutputDevice> CreateSoftwareOutputDevice(
ui::Compositor* compositor) override;
bool InstallTransparency();