Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 97d3753f6d22decd2f27c006147ea7b098193da7..312ae9756e220e8d0f378c9f704cd064fd17eda1 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -298,7 +298,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
} |
void SetDrawCheckerboardForMissingTiles(bool checkerboard); |
- bool DrawCheckerboardForMissingTiles() const { |
+ bool draw_checkerboard_for_missing_tiles() const { |
return draw_checkerboard_for_missing_tiles_; |
} |