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

Unified Diff: cc/layers/picture_layer.h

Issue 1175113010: cc: Rename visible_content_rect and content stuff on quads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename-visible-content-rect: comment Created 5 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/layers/picture_layer.h
diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
index 8c7e2e8da5f8b14ab5737ed553c9cd78571596ae..1cd57302ae378f1487feed8782d2a637dae6129d 100644
--- a/cc/layers/picture_layer.h
+++ b/cc/layers/picture_layer.h
@@ -64,7 +64,7 @@ class CC_EXPORT PictureLayer : public Layer {
InvalidationRegion pending_invalidation_;
// Invalidation from the last time update was called.
Region recording_invalidation_;
- gfx::Rect last_updated_visible_content_rect_;
+ gfx::Rect last_updated_visible_layer_rect_;
int update_source_frame_number_;
bool is_mask_;

Powered by Google App Engine
This is Rietveld 408576698