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

Unified Diff: ui/gfx/ozone/impl/file_surface_factory.h

Issue 205433005: ozone: Add OzoneWindowFactory & OzoneWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: ui/gfx/ozone/impl/file_surface_factory.h
diff --git a/ui/gfx/ozone/impl/file_surface_factory.h b/ui/gfx/ozone/impl/file_surface_factory.h
index 11f937cb7acf19c72b234d8cc28d87825a963867..6e0f2b5bab2794dd82871992a5ffb86a0199208d 100644
--- a/ui/gfx/ozone/impl/file_surface_factory.h
+++ b/ui/gfx/ozone/impl/file_surface_factory.h
@@ -24,7 +24,6 @@ class GFX_EXPORT FileSurfaceFactory : public SurfaceFactoryOzone {
// SurfaceFactoryOzone:
virtual HardwareState InitializeHardware() OVERRIDE;
virtual void ShutdownHardware() OVERRIDE;
- virtual AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
virtual scoped_ptr<SurfaceOzone> CreateSurfaceForWidget(
AcceleratedWidget widget) OVERRIDE;
virtual bool LoadEGLGLES2Bindings(

Powered by Google App Engine
This is Rietveld 408576698