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

Unified Diff: skia/ext/pixel_ref_utils.h

Issue 1279843004: cc: Plumb more details about pixel refs to tile manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/tiles/tile_manager.cc ('k') | skia/ext/pixel_ref_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/pixel_ref_utils.h
diff --git a/skia/ext/pixel_ref_utils.h b/skia/ext/pixel_ref_utils.h
index f8de4b6e405e75ec69781f2c264603bb2d822950..3f140f03633b1a0b87813f470af8c0ca828688e7 100644
--- a/skia/ext/pixel_ref_utils.h
+++ b/skia/ext/pixel_ref_utils.h
@@ -27,7 +27,8 @@ class SK_API PixelRefUtils {
std::vector<PositionPixelRef>* pixel_refs);
};
-typedef std::vector<PixelRefUtils::PositionPixelRef> DiscardablePixelRefList;
+using PositionPixelRef = PixelRefUtils::PositionPixelRef;
+using DiscardablePixelRefList = std::vector<PositionPixelRef>;
} // namespace skia
« no previous file with comments | « cc/tiles/tile_manager.cc ('k') | skia/ext/pixel_ref_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698