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

Unified Diff: cc/output/begin_frame_args.h

Issue 817603002: cc: Make scheduling be driven by vsync for android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix misc bugs introduced in last two patches Created 5 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
Index: cc/output/begin_frame_args.h
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h
index 10f7f28aa346f1e1ad99cd23e8986d95f3921de5..9dd09d1f9c20734292faa2c63a3d8b8a592c9169 100644
--- a/cc/output/begin_frame_args.h
+++ b/cc/output/begin_frame_args.h
@@ -40,7 +40,8 @@ struct CC_EXPORT BeginFrameArgs {
enum BeginFrameArgsType {
INVALID,
NORMAL,
- SYNCHRONOUS,
+ SYNCHRONOUS_ANIMATE,
+ SYNCHRONOUS_DRAW,
MISSED,
// Not a real type, but used by the IPC system. Should always remain the
// *last* value in this enum.

Powered by Google App Engine
This is Rietveld 408576698