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

Unified Diff: cc/resources/picture.cc

Issue 17034006: Add base namespace to more values in sync and elsewhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/base/math_util.cc ('k') | cc/resources/tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture.cc
diff --git a/cc/resources/picture.cc b/cc/resources/picture.cc
index bc081c9632bb59bc52403bd77cbbb762a86f0d18..4c85e7d2092def7d2ce79297abeb3d57fb7b79cd 100644
--- a/cc/resources/picture.cc
+++ b/cc/resources/picture.cc
@@ -318,7 +318,7 @@ void Picture::Raster(
"num_pixels_rasterized", bounds.width() * bounds.height());
}
-scoped_ptr<Value> Picture::AsValue() const {
+scoped_ptr<base::Value> Picture::AsValue() const {
SkDynamicMemoryWStream stream;
// Serialize the picture.
« no previous file with comments | « cc/base/math_util.cc ('k') | cc/resources/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698