Index: ui/gfx/ozone/surface_factory_ozone.h |
diff --git a/ui/gfx/ozone/surface_factory_ozone.h b/ui/gfx/ozone/surface_factory_ozone.h |
index 494c5be447e34114a6ad94d3878da6642647b5a0..fde29c27bb98e8f7d400ce33eb80a9cfb0c63a7f 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.h |
+++ b/ui/gfx/ozone/surface_factory_ozone.h |
@@ -137,9 +137,6 @@ class GFX_EXPORT SurfaceFactoryOzone { |
// caller. desired_list contains list of desired EGL properties and values. |
virtual const int32* GetEGLSurfaceProperties(const int32* desired_list); |
- // Create a default SufaceFactoryOzone implementation useful for tests. |
- static SurfaceFactoryOzone* CreateTestHelper(); |
- |
private: |
static SurfaceFactoryOzone* impl_; // not owned |
}; |