summaryrefslogtreecommitdiff
path: root/chromium/cc/tiles/tile_priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/tiles/tile_priority.h')
-rw-r--r--chromium/cc/tiles/tile_priority.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/cc/tiles/tile_priority.h b/chromium/cc/tiles/tile_priority.h
index 34cd3bc0c5d..bffd8d8ee40 100644
--- a/chromium/cc/tiles/tile_priority.h
+++ b/chromium/cc/tiles/tile_priority.h
@@ -16,10 +16,6 @@
#include "cc/cc_export.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/chrome_compositor_scheduler_state.pbzero.h"
-namespace base {
-class Value;
-}
-
namespace cc {
enum WhichTree {
@@ -28,9 +24,7 @@ enum WhichTree {
ACTIVE_TREE = 0,
PENDING_TREE = 1,
LAST_TREE = 1
- // Be sure to update WhichTreeAsValue when adding new fields.
};
-std::unique_ptr<base::Value> WhichTreeAsValue(WhichTree tree);
enum TileResolution {
LOW_RESOLUTION = 0 ,