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

Side by Side Diff: cc/debug/frame_viewer_instrumentation.cc

Issue 1130303004: cc: Remove unused Tile ctor parameter (raster_source). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "cc/debug/frame_viewer_instrumentation.h" 5 #include "cc/debug/frame_viewer_instrumentation.h"
6 6
7 #include "cc/debug/traced_value.h"
8
7 namespace cc { 9 namespace cc {
8 namespace frame_viewer_instrumentation { 10 namespace frame_viewer_instrumentation {
9 11
10 const char kCategoryLayerTree[] = 12 const char kCategoryLayerTree[] =
11 TRACE_DISABLED_BY_DEFAULT("cc.debug") "," 13 TRACE_DISABLED_BY_DEFAULT("cc.debug") ","
12 TRACE_DISABLED_BY_DEFAULT("cc.debug.quads") "," 14 TRACE_DISABLED_BY_DEFAULT("cc.debug.quads") ","
13 TRACE_DISABLED_BY_DEFAULT("devtools.timeline.layers"); 15 TRACE_DISABLED_BY_DEFAULT("devtools.timeline.layers");
14 16
15 namespace { 17 namespace {
16 18
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 } 69 }
68 70
69 bool IsTracingLayerTreeSnapshots() { 71 bool IsTracingLayerTreeSnapshots() {
70 bool category_enabled; 72 bool category_enabled;
71 TRACE_EVENT_CATEGORY_GROUP_ENABLED(kCategoryLayerTree, &category_enabled); 73 TRACE_EVENT_CATEGORY_GROUP_ENABLED(kCategoryLayerTree, &category_enabled);
72 return category_enabled; 74 return category_enabled;
73 } 75 }
74 76
75 } // namespace frame_viewer_instrumentation 77 } // namespace frame_viewer_instrumentation
76 } // namespace cc 78 } // namespace cc
OLDNEW
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698