Index: cc/test/layer_test_common.h |
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h |
index 67e9d4bbec79f14dd80ffc429a14a05781177259..7ee98133f4e1cac36a9cf5d40076c0550de54608 100644 |
--- a/cc/test/layer_test_common.h |
+++ b/cc/test/layer_test_common.h |
@@ -41,8 +41,9 @@ class QuadList; |
class RenderSurfaceImpl; |
class ResourceProvider; |
+// Returns the RenderSurfaceImpl into which the given layer draws. |
RenderSurfaceImpl* GetRenderSurface(LayerImpl* layer_impl); |
-const RenderSurfaceImpl* GetRenderSurface(const LayerImpl* layer_impl); |
+float OpacityForLayer(LayerImpl* layer_impl); |
class LayerTestCommon { |
public: |