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

Unified Diff: ui/gfx/compositor/compositor_cc.cc

Issue 9014030: Plumbs ::didCompleteSwapBuffers in CompositorCC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nicer diff Created 8 years, 12 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
« no previous file with comments | « ui/gfx/compositor/compositor_cc.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor_cc.cc
diff --git a/ui/gfx/compositor/compositor_cc.cc b/ui/gfx/compositor/compositor_cc.cc
index 87eb15a07afa4ec408c446c5a4b04b350a26bc78..2e653c2521faf644732620463925c8b4c5115be9 100644
--- a/ui/gfx/compositor/compositor_cc.cc
+++ b/ui/gfx/compositor/compositor_cc.cc
@@ -273,6 +273,10 @@ WebKit::WebGraphicsContext3D* CompositorCC::createContext3D() {
return context;
}
+void CompositorCC::didCompleteSwapBuffers() {
+ Compositor::ScheduleDraw();
piman 2012/01/03 22:35:54 I don't understand why we're doing this here. It s
pkotwicz 2012/01/03 22:42:18 Compositor::ScheduleDraw is pretty much the same a
+}
+
void CompositorCC::didRebindGraphicsContext(bool success) {
}
« no previous file with comments | « ui/gfx/compositor/compositor_cc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698