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

Unified Diff: cc/layers/nine_patch_layer_impl.h

Issue 1937493002: cc: 9patch: fix shadow scaling issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix invalid occlusion area 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
« no previous file with comments | « no previous file | cc/layers/nine_patch_layer_impl.cc » ('j') | cc/layers/nine_patch_layer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/nine_patch_layer_impl.h
diff --git a/cc/layers/nine_patch_layer_impl.h b/cc/layers/nine_patch_layer_impl.h
index 3511c3219138dfe4d88a4e5177c0c7ac85fe1f02..0a4ca7dcb894c6700b79b8064c306e6214a077fa 100644
--- a/cc/layers/nine_patch_layer_impl.h
+++ b/cc/layers/nine_patch_layer_impl.h
@@ -105,6 +105,7 @@ class CC_EXPORT NinePatchLayerImpl : public UIResourceLayerImpl {
const char* LayerTypeAsString() const override;
+ bool CanUseOcclusion();
void CheckGeometryLimitations();
std::vector<Patch> ComputeQuadsWithOcclusion() const;
« no previous file with comments | « no previous file | cc/layers/nine_patch_layer_impl.cc » ('j') | cc/layers/nine_patch_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698