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

Unified Diff: examples/ui/tile/tile_view.cc

Issue 1869103003: Mozart: Add a janky test app. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-4
Patch Set: rebase Created 4 years, 8 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 | « examples/ui/jank/jank.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/tile/tile_view.cc
diff --git a/examples/ui/tile/tile_view.cc b/examples/ui/tile/tile_view.cc
index ced3af7febb5275a47c78ffabff5c2f78e7e4be2..7f51f8c4ff5497b7f43b49e383c33e0291a940a6 100644
--- a/examples/ui/tile/tile_view.cc
+++ b/examples/ui/tile/tile_view.cc
@@ -221,7 +221,7 @@ void TileView::UpdateScene() {
dim_node->op->set_layer(mojo::gfx::composition::LayerNodeOp::New());
dim_node->op->get_layer()->layer_rect = extent.Clone();
dim_node->op->get_layer()->blend = mojo::gfx::composition::Blend::New();
- dim_node->op->get_layer()->blend->alpha = 200;
+ dim_node->op->get_layer()->blend->alpha = 50;
if (view_data.view_info) {
const uint32_t scene_node_id =
« no previous file with comments | « examples/ui/jank/jank.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698