Add webview tracing bit

Change-Id: I82e54f5eeb2666a255e372fd3bfcc54c1b3d76a0
This commit is contained in:
Chris Craik 2012-04-16 16:09:16 -07:00 committed by Alex Ray
parent ec2e1323a0
commit 52d59e2c48
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@
#define ATRACE_TAG_GRAPHICS (1<<1)
#define ATRACE_TAG_INPUT (1<<2)
#define ATRACE_TAG_VIEW (1<<3)
#define ATRACE_TAG_LAST ATRACE_TAG_VIEW
#define ATRACE_TAG_WEBVIEW (1<<4)
#define ATRACE_TAG_LAST ATRACE_TAG_WEBVIEW
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)