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

Unified Diff: cc/test/fake_picture_layer_impl.h

Issue 819643004: Cache viewport rect for tile priority in UpdateTiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cache the return value of GetViewportForTilePriorityInContentSpace Created 5 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 5795d5588ede6018d75f7e24a7464c39cadcbbba..b70bc7b06dc76a40fac608792b64d2f12c41b899 100644
--- a/cc/test/fake_picture_layer_impl.h
+++ b/cc/test/fake_picture_layer_impl.h
@@ -77,7 +77,7 @@ class FakePictureLayerImpl : public PictureLayerImpl {
using PictureLayerImpl::CleanUpTilingsOnActiveLayer;
using PictureLayerImpl::CanHaveTilings;
using PictureLayerImpl::MinimumContentsScale;
- using PictureLayerImpl::GetViewportForTilePriorityInContentSpace;
+ using PictureLayerImpl::GetViewportForTilePriorityInContentSpaceForTesting;
danakj 2015/01/21 18:47:40 instead of exposing a ForTesting method, you can j
hush (inactive) 2015/01/21 22:21:10 Done.
using PictureLayerImpl::SanityCheckTilingState;
using PictureLayerImpl::GetRecycledTwinLayer;
using PictureLayerImpl::UpdateRasterSource;

Powered by Google App Engine
This is Rietveld 408576698