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

Unified Diff: cc/layers/tiled_layer.cc

Issue 283053002: Add compositing, layers to app_list_demo Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto master -- probably slightly broken Created 6 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 | « build/common.gypi ('k') | cc/resources/bitmap_content_layer_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/tiled_layer.cc
diff --git a/cc/layers/tiled_layer.cc b/cc/layers/tiled_layer.cc
index 4a960a84f5261e2b4ff0fb4db8c079fb9f181dfa..b5b5d6700b6c4968f3d9cf1fe432ce7838c7996b 100644
--- a/cc/layers/tiled_layer.cc
+++ b/cc/layers/tiled_layer.cc
@@ -483,6 +483,7 @@ void TiledLayer::UpdateTileTextures(const gfx::Rect& update_rect,
1.f / width_scale,
1.f / height_scale,
&painted_opaque_rect);
+ DLOG(INFO) << painted_opaque_rect.ToString();
for (int j = top; j <= bottom; ++j) {
for (int i = left; i <= right; ++i) {
« no previous file with comments | « build/common.gypi ('k') | cc/resources/bitmap_content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698