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

Unified Diff: cc/resources/picture_layer_tiling.h

Issue 548223003: cc: Block drawing of tiles without twins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/resources/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
index 415ad4279e0b543e624332522196e2ebb9e60bc2..49b0b7e5349001d9bf87d4d34992c95825a9600c 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/resources/picture_layer_tiling.h
@@ -282,6 +282,8 @@ class CC_EXPORT PictureLayerTiling {
return last_impl_frame_time_in_seconds_ != 0.0;
}
+ int tiles_size() const;
+
protected:
friend class CoverageIterator;
friend class TilingRasterTileIterator;

Powered by Google App Engine
This is Rietveld 408576698