Index: Source/WebCore/platform/graphics/chromium/cc/CCScheduler.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCScheduler.cpp (revision 122259) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCScheduler.cpp (working copy) |
@@ -159,6 +159,7 @@ |
do { |
action = nextAction(); |
m_stateMachine.updateState(action); |
+ TRACE_EVENT1("cc", "CCScheduler::processScheduledActions()", "action", action); |
switch (action) { |
case CCSchedulerStateMachine::ACTION_NONE: |