Chromium Code Reviews

Unified Diff: ui/ozone/platform/test/ozone_platform_test.h

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/ozone/platform/test/ozone_platform_test.h
diff --git a/ui/ozone/platform/test/ozone_platform_test.h b/ui/ozone/platform/test/ozone_platform_test.h
index b8a3f3fd83476213aa522d45f28f882713964d41..53b2d2a824a5a1250e2cfc545c54006a3a615d32 100644
--- a/ui/ozone/platform/test/ozone_platform_test.h
+++ b/ui/ozone/platform/test/ozone_platform_test.h
@@ -24,6 +24,7 @@ class OzonePlatformTest : public OzonePlatform {
virtual ui::EventFactoryOzone* GetEventFactoryOzone() OVERRIDE;
virtual ui::InputMethodContextFactoryOzone*
GetInputMethodContextFactoryOzone() OVERRIDE;
+ virtual gfx::OverlayHALOzone* GetOverlayHALOzone() OVERRIDE;
private:
gfx::FileSurfaceFactory surface_factory_ozone_;

Powered by Google App Engine