Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9246)

Unified Diff: content/browser/compositor/software_output_device_ozone.h

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r278697 Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698