Lines Matching defs:OutputSurface
44 class CC_EXPORT OutputSurface : public FrameRateControllerClient {
50 explicit OutputSurface(scoped_refptr<ContextProvider> context_provider);
52 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
54 OutputSurface(scoped_refptr<ContextProvider> context_provider,
57 virtual ~OutputSurface();
154 struct OutputSurface::Capabilities capabilities_;
176 // Forwarded to OutputSurfaceClient but threaded through OutputSurface
177 // first so OutputSurface has a chance to update the FrameRateController
209 base::WeakPtrFactory<OutputSurface> weak_ptr_factory_;
215 DISALLOW_COPY_AND_ASSIGN(OutputSurface);