Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 28aab35b2cda02cd56583842ee883db02291f4e0..ee1a0c75a1c13c5cfd075582406423efced12a03 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -316,11 +316,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
did_scroll_callback_ = callback; |
} |
- void SetDrawCheckerboardForMissingTiles(bool checkerboard); |
- bool draw_checkerboard_for_missing_tiles() const { |
- return draw_checkerboard_for_missing_tiles_; |
- } |
- |
void SetForceRenderSurface(bool force_render_surface); |
bool force_render_surface() const { return force_render_surface_; } |
@@ -717,7 +712,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
bool double_sided_ : 1; |
bool should_flatten_transform_ : 1; |
bool use_parent_backface_visibility_ : 1; |
- bool draw_checkerboard_for_missing_tiles_ : 1; |
bool force_render_surface_ : 1; |
bool transform_is_invertible_ : 1; |
bool has_render_surface_ : 1; |