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

Unified Diff: cc/tile_priority.cc

Issue 12253021: [cc] A few tracing fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/picture_layer_tiling.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_priority.cc
diff --git a/cc/tile_priority.cc b/cc/tile_priority.cc
index 6934624b46847f430430e53a073407f1886fd26a..a6a05a510723c70d4c03e36c0ce8fad1b5993b79 100644
--- a/cc/tile_priority.cc
+++ b/cc/tile_priority.cc
@@ -80,6 +80,9 @@ scoped_ptr<base::Value> TileResolutionAsValue(
case HIGH_RESOLUTION:
return scoped_ptr<base::Value>(base::Value::CreateStringValue(
"HIGH_RESOLUTION"));
+ case NON_IDEAL_RESOLUTION:
+ return scoped_ptr<base::Value>(base::Value::CreateStringValue(
+ "NON_IDEAL_RESOLUTION"));
default:
DCHECK(false) << "Unrecognized TileResolution value";
return scoped_ptr<base::Value>(base::Value::CreateStringValue(
« no previous file with comments | « cc/picture_layer_tiling.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698