Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3964)

Unified Diff: cc/layers/layer_impl.h

Issue 1271843005: cc: Remove code for drawing checkerboard quads, it's not used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 3fd6bc53800dbe10a49f64d68b2889323e0028fa..f1fcead15496a2a55bf7cf17bc07a88d94c4550f 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -519,12 +519,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
scroll_blocks_on_ = scroll_blocks_on;
}
ScrollBlocksOn scroll_blocks_on() const { return scroll_blocks_on_; }
- void SetDrawCheckerboardForMissingTiles(bool checkerboard) {
- draw_checkerboard_for_missing_tiles_ = checkerboard;
- }
- bool draw_checkerboard_for_missing_tiles() const {
- return draw_checkerboard_for_missing_tiles_;
- }
InputHandler::ScrollStatus TryScroll(
const gfx::PointF& screen_space_point,
@@ -781,7 +775,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
bool contents_opaque_ : 1;
bool is_root_for_isolated_group_ : 1;
bool use_parent_backface_visibility_ : 1;
- bool draw_checkerboard_for_missing_tiles_ : 1;
bool draws_content_ : 1;
bool hide_layer_and_subtree_ : 1;
« cc/layers/layer.cc ('K') | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698