Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index fe2462921373bfb8900b57796a4188d38a36e3d6..57195d2e22def1a23db0826bb94f5fd217c9e03e 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -456,6 +456,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
void SetBounds(const gfx::Size& bounds); |
gfx::Size bounds() const; |
+ |
ajuma
2016/02/09 16:27:13
Unintentional whitespace change?
|
// Like bounds() but doesn't snap to int. Lossy on giant pages (e.g. millions |
// of pixels) due to use of single precision float. |
gfx::SizeF BoundsForScrolling() const; |