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

Unified Diff: cc/layers/layer_impl.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: moreandroid 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
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 0b36c66d351c48370c27f2a1f718cdf9eb9ab5aa..c618325c090debd6abda3e84984cf644fbf1f6c0 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -391,8 +391,8 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
gfx::Rect drawable_content_rect() const {
return draw_properties_.drawable_content_rect;
}
- gfx::Rect visible_content_rect() const {
- return draw_properties_.visible_content_rect;
+ gfx::Rect visible_layer_rect() const {
+ return draw_properties_.visible_layer_rect;
}
LayerImpl* render_target() {
DCHECK(!draw_properties_.render_target ||
@@ -560,7 +560,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
return layer_animation_controller_.get();
}
- virtual SimpleEnclosedRegion VisibleContentOpaqueRegion() const;
+ virtual SimpleEnclosedRegion VisibleOpaqueRegion() const;
virtual void DidBecomeActive();
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698