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

Unified Diff: cc/layers/layer.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: rm-checkers: sizes 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698