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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 332873005: Rendering context information added to SharedQuadState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rendering context now in Layers, removed is_3d_sorted Created 6 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
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index 309f87404944b3cd4349fef8b7c0495326795034..9c4ecc2a71f096173aba4c8c5984de4e4b7b1a9d 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -651,7 +651,8 @@ static void AppendQuadsToFillScreen(
root_target_rect,
false,
opacity,
- SkXfermode::kSrcOver_Mode);
+ SkXfermode::kSrcOver_Mode,
+ 0);
danakj 2014/06/15 18:15:36 can you give this literal a name by using a tempor
troyhildebrandt 2014/06/17 00:29:43 Done.
for (Region::Iterator fill_rects(screen_background_color_region);
fill_rects.has_rect();

Powered by Google App Engine
This is Rietveld 408576698