Index: cc/layers/scrollbar_layer.cc |
diff --git a/cc/layers/scrollbar_layer.cc b/cc/layers/scrollbar_layer.cc |
index 7dac99e60a091e1f728f3c53fd53372a780c6a89..be1ecfed0e5d5ac3b2b958bf1879c6ff462d0136 100644 |
--- a/cc/layers/scrollbar_layer.cc |
+++ b/cc/layers/scrollbar_layer.cc |
@@ -103,8 +103,6 @@ void ScrollbarLayer::CalculateContentsScale(float ideal_contents_scale, |
contents_scale_x, |
contents_scale_y, |
content_bounds); |
- DCHECK_LE(content_bounds->width(), MaxTextureSize()); |
danakj
2013/03/25 21:52:10
How about doing these if you're not in solid color
|
- DCHECK_LE(content_bounds->height(), MaxTextureSize()); |
} |
void ScrollbarLayer::PushPropertiesTo(LayerImpl* layer) { |