Index: cc/layers/content_layer_client.h |
diff --git a/cc/layers/content_layer_client.h b/cc/layers/content_layer_client.h |
index d56ab6e2c8e8940d8d0e28c96592caf55a33f88b..be00f3f07d5c356e3c06703de8561b3bdcce0ccc 100644 |
--- a/cc/layers/content_layer_client.h |
+++ b/cc/layers/content_layer_client.h |
@@ -23,6 +23,8 @@ class CC_EXPORT ContentLayerClient { |
DISPLAY_LIST_PAINTING_DISABLED |
}; |
+ virtual gfx::Rect PaintableRegion() = 0; |
+ |
virtual scoped_refptr<DisplayItemList> PaintContentsToDisplayList( |
const gfx::Rect& clip, |
PaintingControlSetting painting_status) = 0; |