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

Unified Diff: ui/compositor/layer.h

Issue 1937493002: cc: 9patch: fix shadow scaling issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rounded corners Created 4 years, 7 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 | « mash/wm/shadow.cc ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 8b90283a594a69c93a4238c6f0508e6beac099d2..e5451a035a74504fcba79d931adc4e2bb7f16258 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -314,6 +314,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);
// Updates the area completely occluded by another layer, this can be an
// empty rectangle if nothing is occluded.
void UpdateNinePatchOcclusion(const gfx::Rect& occlusion);
« no previous file with comments | « mash/wm/shadow.cc ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698