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

Unified Diff: ui/compositor/layer.h

Issue 1889153002: cc: nine patch: add occlusion support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix int/size_t compilation issue Created 4 years, 8 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: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 2dcb9c765be1bdd098bcb1d43b0098988428ac9f..9d5388ac08f23fc3559af968e349f0e2edb03a87 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -304,7 +304,7 @@ class COMPOSITOR_EXPORT Layer
// called for LAYER_NINE_PATCH.
void UpdateNinePatchLayerImage(const gfx::ImageSkia& image);
void UpdateNinePatchLayerAperture(const gfx::Rect& aperture_in_dip);
- void UpdateNinePatchLayerBorder(const gfx::Rect& border);
+ void UpdateNinePatchOcclusion(const gfx::Rect& rect);
// Adds |invalid_rect| to the Layer's pending invalid rect and calls
// ScheduleDraw(). Returns false if the paint request is ignored.

Powered by Google App Engine
This is Rietveld 408576698