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

Unified Diff: cc/blink/web_content_layer_impl.cc

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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc.gyp » ('j') | cc/layers/layer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_content_layer_impl.cc
diff --git a/cc/blink/web_content_layer_impl.cc b/cc/blink/web_content_layer_impl.cc
index 8e37fafae37cbe0470fbcbff7bd1a4fbbde9d966..e7ed0de5524b7ba6a0b77cb9621cd7a04f937f5e 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) {
vmpstr 2015/08/03 23:53:38 TODO to remove or does this have to stay?
danakj 2015/08/03 23:58:05 I have to make blink side not pure virtual first D
- layer_->layer()->SetDrawCheckerboardForMissingTiles(enable);
}
void WebContentLayerImpl::PaintContents(
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc.gyp » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698