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

Unified Diff: trunk/src/cc/layers/heads_up_display_layer_impl.cc

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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
Index: trunk/src/cc/layers/heads_up_display_layer_impl.cc
===================================================================
--- trunk/src/cc/layers/heads_up_display_layer_impl.cc (revision 191370)
+++ trunk/src/cc/layers/heads_up_display_layer_impl.cc (working copy)
@@ -69,10 +69,10 @@
HeadsUpDisplayLayerImpl::HeadsUpDisplayLayerImpl(LayerTreeImpl* tree_impl,
int id)
: LayerImpl(tree_impl, id),
+ fps_graph_(60.0, 80.0),
+ paint_time_graph_(16.0, 48.0),
typeface_(skia::AdoptRef(
- SkTypeface::CreateFromName("monospace", SkTypeface::kBold))),
- fps_graph_(60.0, 80.0),
- paint_time_graph_(16.0, 48.0) {}
+ SkTypeface::CreateFromName("monospace", SkTypeface::kBold))) {}
HeadsUpDisplayLayerImpl::~HeadsUpDisplayLayerImpl() {}
« no previous file with comments | « trunk/src/cc/layers/delegated_renderer_layer_impl_unittest.cc ('k') | trunk/src/cc/layers/layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698