summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer.h
diff options
context:
space:
mode:
authorhendrikw <hendrikw@chromium.org>2014-11-17 21:46:32 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-18 05:46:51 +0000
commit4e8c632ad265cae82b64483dc3472aecf4341205 (patch)
tree7687563b32471b77d4082f89ed396a078b8b24fa /cc/layers/picture_layer.h
parent0e9253f6286292c047af19c489cce477129ba31a (diff)
downloadchromium_src-4e8c632ad265cae82b64483dc3472aecf4341205.zip
chromium_src-4e8c632ad265cae82b64483dc3472aecf4341205.tar.gz
chromium_src-4e8c632ad265cae82b64483dc3472aecf4341205.tar.bz2
cc: Refactor RecordingSource
* Replaced a few set functions with SetupFromLayerTreeHost, which calls these functions internally. * Removed fills_bounds_completely from UpdateAndExpandInvalidation, this comes from the client, and is now called internally. * Removed contents_opaque and background_color from UpdateAndExpandInvalidation and put them in their own functions. These parameters are not used in UpdateAndExpandInvalidation and don't really belong there. BUG=430260 Review URL: https://codereview.chromium.org/717403002 Cr-Commit-Position: refs/heads/master@{#304566}
Diffstat (limited to 'cc/layers/picture_layer.h')
-rw-r--r--cc/layers/picture_layer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
index ebd6427..e4acb1f 100644
--- a/cc/layers/picture_layer.h
+++ b/cc/layers/picture_layer.h
@@ -65,6 +65,7 @@ class CC_EXPORT PictureLayer : public Layer {
int update_source_frame_number_;
bool can_use_lcd_text_last_frame_;
+ bool is_mask_;
DISALLOW_COPY_AND_ASSIGN(PictureLayer);
};