| Index: content/browser/compositor/software_output_device_ozone.h
|
| diff --git a/content/browser/compositor/software_output_device_ozone.h b/content/browser/compositor/software_output_device_ozone.h
|
| index 74ef6fd086505ab0a19c431bbc5a61f832a9c452..600138ff96e01395ee833f6bd2e09f4a30080e40 100644
|
| --- a/content/browser/compositor/software_output_device_ozone.h
|
| +++ b/content/browser/compositor/software_output_device_ozone.h
|
| @@ -11,9 +11,6 @@
|
|
|
| namespace ui {
|
| class Compositor;
|
| -}
|
| -
|
| -namespace gfx {
|
| class SurfaceOzoneCanvas;
|
| }
|
|
|
| @@ -36,7 +33,7 @@ class CONTENT_EXPORT SoftwareOutputDeviceOzone
|
| private:
|
| ui::Compositor* compositor_;
|
|
|
| - scoped_ptr<gfx::SurfaceOzoneCanvas> surface_ozone_;
|
| + scoped_ptr<ui::SurfaceOzoneCanvas> surface_ozone_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDeviceOzone);
|
| };
|
|
|