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

Unified Diff: ui/ozone/platform/dri/dri_surface_factory.h

Issue 761843003: ozone: dri: Rename DriCursor::location() to GetLocation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 6 years, 1 month 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/ozone/platform/dri/dri_cursor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_surface_factory.h
diff --git a/ui/ozone/platform/dri/dri_surface_factory.h b/ui/ozone/platform/dri/dri_surface_factory.h
index 3f4fd17b341a73e456ebe564400fe23f0d24090f..f1ba7ba5199264ce14f6b61a1e83efadb8fa67e9 100644
--- a/ui/ozone/platform/dri/dri_surface_factory.h
+++ b/ui/ozone/platform/dri/dri_surface_factory.h
@@ -21,8 +21,7 @@ class DriSurfaceFactory : public SurfaceFactoryOzone {
public:
static const gfx::AcceleratedWidget kDefaultWidgetHandle;
- DriSurfaceFactory(DriWrapper* drm,
- DriWindowDelegateManager* window_manager);
+ DriSurfaceFactory(DriWrapper* drm, DriWindowDelegateManager* window_manager);
~DriSurfaceFactory() override;
// Describes the state of the hardware after initialization.
« no previous file with comments | « ui/ozone/platform/dri/dri_cursor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698