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

Unified Diff: cc/surfaces/surface_factory.h

Issue 2779713002: Add a test checking that compositor works in a reused renderer. (Closed)
Patch Set: Reformat test page Created 3 years, 9 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/surfaces/surface_factory.h
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
index 39a45fdff60cc831b16099c671225938e057a7f1..fedae96919bf795a5e659a1564df55a3ba164fb7 100644
--- a/cc/surfaces/surface_factory.h
+++ b/cc/surfaces/surface_factory.h
@@ -73,6 +73,8 @@ class CC_SURFACES_EXPORT SurfaceFactory : public PendingFrameObserver {
void RefResources(const TransferableResourceArray& resources);
void UnrefResources(const ReturnedResourceArray& resources);
+ void RunDrawCallbacks();
+
SurfaceManager* manager() { return manager_; }
Surface* current_surface_for_testing() { return current_surface_.get(); }

Powered by Google App Engine
This is Rietveld 408576698