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

Unified Diff: cc/layers/layer_impl.cc

Issue 2828353003: Determine mask UVs based on texture size (Closed)
Patch Set: small fix Created 3 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: cc/layers/layer_impl.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index 7c516ba555c1b8509b2bf521373a0b3cac9f7349..4a95bc1053b7e8215f8214cb5aec8eb80f14cd21 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -259,7 +259,8 @@ void LayerImpl::AppendDebugBorderQuad(RenderPass* render_pass,
}
void LayerImpl::GetContentsResourceId(ResourceId* resource_id,
- gfx::Size* resource_size) const {
+ gfx::Size* resource_size,
+ gfx::SizeF* resource_uv_size) const {
NOTREACHED();
*resource_id = 0;
}

Powered by Google App Engine
This is Rietveld 408576698