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

Unified Diff: ui/gfx/ozone/surface_factory_ozone.h

Issue 131373007: ozone: Use gfx::Display size for touch scaling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test crash Created 6 years, 10 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
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev.cc ('k') | ui/gfx/ozone/surface_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fde29c27bb98e8f7d400ce33eb80a9cfb0c63a7f..be0e69f5e161779698fabfbdaf0c80c050efa83e 100644
--- a/ui/gfx/ozone/surface_factory_ozone.h
+++ b/ui/gfx/ozone/surface_factory_ozone.h
@@ -65,10 +65,6 @@ class GFX_EXPORT SurfaceFactoryOzone {
// Returns the instance
static SurfaceFactoryOzone* GetInstance();
- // Returns a display spec as in |CreateDisplayFromSpec| for the default
- // native surface.
- virtual const char* DefaultDisplaySpec();
-
// Sets the implementation delegate. Ownership is retained by the caller.
static void SetInstance(SurfaceFactoryOzone* impl);
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev.cc ('k') | ui/gfx/ozone/surface_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698