Home | History | Annotate | Download | only in android

Lines Matching defs:Compositor

27 // An interface to the browser-side compositor.
28 class CONTENT_EXPORT Compositor {
30 virtual ~Compositor() {}
32 // Performs the global initialization needed before any compositor
41 // Runs the compositor in threaded mode.
49 // Creates and returns a compositor instance.
50 static Compositor* Create(CompositorClient* client);
62 // freed and other calls into the compositor are not allowed until after
66 // Set the output surface handle which the compositor renders into.
70 // Set the output surface which the compositor renders into.
113 Compositor() {}