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

Unified Diff: cc/layers/layer.cc

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.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index a210922c1cc57d716fc45dd6b2021c1939877498..04854b497b4f9ab206b15f71e05a232b1b35c6e5 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1521,12 +1521,6 @@ void Layer::RemoveLayerAnimationEventObserver(
layer_animation_controller_->RemoveEventObserver(animation_observer);
}
-SimpleEnclosedRegion Layer::VisibleContentOpaqueRegion() const {
- if (contents_opaque())
- return SimpleEnclosedRegion(visible_content_rect());
- return SimpleEnclosedRegion();
-}
-
ScrollbarLayerInterface* Layer::ToScrollbarLayer() {
return nullptr;
}
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698