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

Unified Diff: content/browser/compositor/software_output_device_ozone_unittest.cc

Issue 399953003: ozone: Remove InitializeHardware / ShutdownHardware (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_unittest.cc
diff --git a/content/browser/compositor/software_output_device_ozone_unittest.cc b/content/browser/compositor/software_output_device_ozone_unittest.cc
index a2176a6ffc05e44254632c1e3976972e285b6672..44d751a331101afab98e0967e65a80959b93027d 100644
--- a/content/browser/compositor/software_output_device_ozone_unittest.cc
+++ b/content/browser/compositor/software_output_device_ozone_unittest.cc
@@ -48,10 +48,6 @@ class MockSurfaceFactoryOzone : public ui::SurfaceFactoryOzone {
MockSurfaceFactoryOzone() {}
virtual ~MockSurfaceFactoryOzone() {}
- virtual HardwareState InitializeHardware() OVERRIDE {
- return SurfaceFactoryOzone::INITIALIZED;
- }
-
virtual void ShutdownHardware() OVERRIDE {}
virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE { return 1; }
virtual bool LoadEGLGLES2Bindings(

Powered by Google App Engine
This is Rietveld 408576698