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()); |
- DCHECK_LE(content_bounds->height(), MaxTextureSize()); |
jamesr
2013/03/25 21:45:36
Can you leave these DCHECKs enabled when not in so
|
} |
void ScrollbarLayer::PushPropertiesTo(LayerImpl* layer) { |