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

Unified Diff: cc/test/fake_picture_layer_impl.h

Issue 1591513002: cc: Early out of UpdateTiles for resoureceless draw (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/test/fake_picture_layer_impl.h
diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
index 759bb83f66ece41eefae304e80908b3d27fa73ef..fcc4946a28272c677e11a286840b4965dbc56722 100644
--- a/cc/test/fake_picture_layer_impl.h
+++ b/cc/test/fake_picture_layer_impl.h
@@ -115,14 +115,6 @@ class FakePictureLayerImpl : public PictureLayerImpl {
const Region& invalidation() const { return invalidation_; }
void set_invalidation(const Region& region) { invalidation_ = region; }
- gfx::Rect visible_rect_for_tile_priority() {
- return visible_rect_for_tile_priority_;
- }
-
- gfx::Transform screen_space_transform_for_tile_priority() {
- return screen_space_transform_for_tile_priority_;
- }
-
gfx::Rect viewport_rect_for_tile_priority_in_content_space() {
return viewport_rect_for_tile_priority_in_content_space_;
}

Powered by Google App Engine
This is Rietveld 408576698