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

Unified Diff: blimp/client/feature/compositor/blimp_compositor.h

Issue 1925863003: Changed Blimp client to start with white screen before drawing contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: blimp/client/feature/compositor/blimp_compositor.h
diff --git a/blimp/client/feature/compositor/blimp_compositor.h b/blimp/client/feature/compositor/blimp_compositor.h
index 76f2861fa342dd691e1dbaf3e494027814138806..c99305dbeb8ede31917a3d2f68c525129ec46cd6 100644
--- a/blimp/client/feature/compositor/blimp_compositor.h
+++ b/blimp/client/feature/compositor/blimp_compositor.h
@@ -53,6 +53,7 @@ class BlimpCompositorClient {
virtual cc::TaskGraphRunner* GetTaskGraphRunner() = 0;
virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
virtual cc::ImageSerializationProcessor* GetImageSerializationProcessor() = 0;
+ virtual void DidCompleteSwapBuffers() = 0;
// Should send web gesture events which could not be handled locally by the
// compositor to the engine.

Powered by Google App Engine
This is Rietveld 408576698