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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git merge origin/master Created 4 years, 6 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_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index 0255078a5aaf69567115d1f2c420c5e6d6430fba..86ffd2809c37efdb0eee198c5bb9f26bb760d207 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -66,6 +66,7 @@ class FakeLayerTreeHost : public LayerTreeHost {
using LayerTreeHost::SetOutputSurfaceLostForTesting;
using LayerTreeHost::InitializeSingleThreaded;
using LayerTreeHost::InitializeForTesting;
+ using LayerTreeHost::InitializePictureCacheForTesting;
using LayerTreeHost::RecordGpuRasterizationHistogram;
void UpdateLayers() { LayerTreeHost::UpdateLayers(); }

Powered by Google App Engine
This is Rietveld 408576698