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

Unified Diff: tools/viewer/sk_app/Application.h

Issue 2129613002: More accurate render time and continuous fresh (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove ms argument of onIdle function Created 4 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
« no previous file with comments | « tools/viewer/Viewer.cpp ('k') | tools/viewer/sk_app/android/main_android.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/sk_app/Application.h
diff --git a/tools/viewer/sk_app/Application.h b/tools/viewer/sk_app/Application.h
index 235ff09ed4ed73e7b78ce5d958ecde27d0d54104..df9a20d358341b0acb556e7c3aa63c6ea3638da8 100644
--- a/tools/viewer/sk_app/Application.h
+++ b/tools/viewer/sk_app/Application.h
@@ -16,7 +16,7 @@ public:
virtual ~Application() {}
- virtual void onIdle(double ms) = 0;
+ virtual void onIdle() = 0;
};
} // namespace sk_app
« no previous file with comments | « tools/viewer/Viewer.cpp ('k') | tools/viewer/sk_app/android/main_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698