summaryrefslogtreecommitdiffstats
path: root/cc/blink
diff options
context:
space:
mode:
Diffstat (limited to 'cc/blink')
-rw-r--r--cc/blink/web_content_layer_impl.cc1
-rw-r--r--cc/blink/web_content_layer_impl.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/cc/blink/web_content_layer_impl.cc b/cc/blink/web_content_layer_impl.cc
index 8e37faf..e7ed0de 100644
--- a/cc/blink/web_content_layer_impl.cc
+++ b/cc/blink/web_content_layer_impl.cc
@@ -55,7 +55,6 @@ void WebContentLayerImpl::setDoubleSided(bool double_sided) {
}
void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) {
- layer_->layer()->SetDrawCheckerboardForMissingTiles(enable);
}
void WebContentLayerImpl::PaintContents(
diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h
index 8d9c5fb..b9ca2b4 100644
--- a/cc/blink/web_content_layer_impl.h
+++ b/cc/blink/web_content_layer_impl.h
@@ -30,6 +30,7 @@ class WebContentLayerImpl : public blink::WebContentLayer,
// WebContentLayer implementation.
virtual blink::WebLayer* layer();
virtual void setDoubleSided(bool double_sided);
+ // TODO(danakj): Remove me.
virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
protected: