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

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

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.cc
diff --git a/ui/gfx/ozone/impl/file_surface_factory.cc b/ui/gfx/ozone/impl/file_surface_factory.cc
index d2755876c7cbee044b49b94716821650f5603cd9..1d023553a13dcae88072110614bac45249cc92f7 100644
--- a/ui/gfx/ozone/impl/file_surface_factory.cc
+++ b/ui/gfx/ozone/impl/file_surface_factory.cc
@@ -85,10 +85,6 @@ FileSurfaceFactory::InitializeHardware() {
void FileSurfaceFactory::ShutdownHardware() {
}
-AcceleratedWidget FileSurfaceFactory::GetAcceleratedWidget() {
- return 1;
-}
-
scoped_ptr<SurfaceOzone> FileSurfaceFactory::CreateSurfaceForWidget(
AcceleratedWidget widget) {
return make_scoped_ptr<SurfaceOzone>(new FileSurface(location_));

Powered by Google App Engine
This is Rietveld 408576698