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

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

Issue 698293002: ozone: Add PRESUBMIT.py to check patch formatting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ui/ozone/platform/dri/dri_surface_factory.cc
diff --git a/ui/ozone/platform/dri/dri_surface_factory.cc b/ui/ozone/platform/dri/dri_surface_factory.cc
index fb8ce756d80e37ba58a5270f7d1fd5cb1c2003c4..0b22680c39a38344513f300c60728383b6cd845a 100644
--- a/ui/ozone/platform/dri/dri_surface_factory.cc
+++ b/ui/ozone/platform/dri/dri_surface_factory.cc
@@ -123,10 +123,8 @@ void DriSurfaceFactory::SetHardwareCursor(gfx::AcceleratedWidget widget,
if (cursor_frame_delay_ms_)
cursor_timer_.Start(
- FROM_HERE,
- base::TimeDelta::FromMilliseconds(cursor_frame_delay_ms_),
- this,
- &DriSurfaceFactory::OnCursorAnimationTimeout);
+ FROM_HERE, base::TimeDelta::FromMilliseconds(cursor_frame_delay_ms_),
+ this, &DriSurfaceFactory::OnCursorAnimationTimeout);
if (state_ != INITIALIZED)
return;
« no previous file with comments | « ui/ozone/platform/dri/dri_gpu_platform_support_host.cc ('k') | ui/ozone/platform/dri/dri_surface_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698