summaryrefslogtreecommitdiffstats
path: root/cc/debug/frame_viewer_instrumentation.h
diff options
context:
space:
mode:
authorhendrikw <hendrikw@chromium.org>2015-05-11 19:12:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 02:13:26 +0000
commit8cc26dde493418fdc6b532ad1641f55bfb65815e (patch)
tree55a067e80d4065d67b96cf9bf3866f6ef0d6b446 /cc/debug/frame_viewer_instrumentation.h
parent84dd027af9afa68a49768dfa10fca51610575ae3 (diff)
downloadchromium_src-8cc26dde493418fdc6b532ad1641f55bfb65815e.zip
chromium_src-8cc26dde493418fdc6b532ad1641f55bfb65815e.tar.gz
chromium_src-8cc26dde493418fdc6b532ad1641f55bfb65815e.tar.bz2
cc: Separate the priority from the tile and put in new PrioritizedTile
Move priority and is_occluded from Tile to new PrioritizedTile class. Logged https://code.google.com/p/chromium/issues/detail?id=485705 for the traceviewer change BUG=483293 Review URL: https://codereview.chromium.org/1130123003 Cr-Commit-Position: refs/heads/master@{#329318}
Diffstat (limited to 'cc/debug/frame_viewer_instrumentation.h')
-rw-r--r--cc/debug/frame_viewer_instrumentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/debug/frame_viewer_instrumentation.h b/cc/debug/frame_viewer_instrumentation.h
index b6736be..364f9ef 100644
--- a/cc/debug/frame_viewer_instrumentation.h
+++ b/cc/debug/frame_viewer_instrumentation.h
@@ -7,6 +7,7 @@
#include "base/trace_event/trace_event.h"
#include "cc/resources/tile.h"
+#include "cc/resources/tile_priority.h"
namespace cc {
namespace frame_viewer_instrumentation {