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

Issue 11316026: cc: Create cc::DebugColors class to hold all the debugging color/width constants. (Closed)

Created:
8 years, 1 month ago by danakj
Modified:
8 years, 1 month ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, backer, piman
Visibility:
Public.

Description

cc: Create cc::DebugColors class to hold all the debugging color/width constants. This class has a bunch of static methods that provide colors and widths of debugging visualizations. It also will make things wider based on the current device scale factor, when it is available. R=enne BUG=160867 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=168087

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -66 lines) Patch
M cc/cc.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A cc/debug_colors.h View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A cc/debug_colors.cc View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M cc/layer_impl.cc View 1 2 chunks +7 lines, -9 lines 0 comments Download
M cc/quad_culler.cc View 1 5 chunks +6 lines, -10 lines 0 comments Download
M cc/render_surface_impl.cc View 1 3 chunks +4 lines, -14 lines 0 comments Download
M cc/tiled_layer_impl.cc View 1 5 chunks +17 lines, -33 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danakj
8 years, 1 month ago (2012-11-15 20:51:46 UTC) #1
tfarina
https://codereview.chromium.org/11316026/diff/1/cc/debug_colors.h File cc/debug_colors.h (right): https://codereview.chromium.org/11316026/diff/1/cc/debug_colors.h#newcode16 cc/debug_colors.h:16: static SkColor kTiledContentLayerBorderColor(); was the use of 'k' prefix ...
8 years, 1 month ago (2012-11-15 21:06:10 UTC) #2
danakj
https://codereview.chromium.org/11316026/diff/1/cc/debug_colors.h File cc/debug_colors.h (right): https://codereview.chromium.org/11316026/diff/1/cc/debug_colors.h#newcode16 cc/debug_colors.h:16: static SkColor kTiledContentLayerBorderColor(); On 2012/11/15 21:06:10, tfarina wrote: > ...
8 years, 1 month ago (2012-11-15 21:11:34 UTC) #3
enne (OOO)
lgtm
8 years, 1 month ago (2012-11-15 21:32:08 UTC) #4
commit-bot: I haz the power
8 years, 1 month ago (2012-11-15 21:50:52 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698