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

Unified Diff: cc/test/pixel_test_output_surface.h

Issue 11348371: cc: Move WebCompositorOutputSurface and related classes into cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forlanding6 Created 8 years 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 | « cc/test/layer_tree_test_common.cc ('k') | cc/test/pixel_test_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test_output_surface.h
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
index f59e63cbdfe145821f2094344b4425e932ed1c65..ab9b161bbdcbb9e0a8904acf8b8bd2c689a2a3e2 100644
--- a/cc/test/pixel_test_output_surface.h
+++ b/cc/test/pixel_test_output_surface.h
@@ -19,11 +19,12 @@ class PixelTestOutputSurface : public OutputSurface {
virtual ~PixelTestOutputSurface();
// OutputSurface overrides.
- virtual bool bindToClient(WebKit::WebCompositorOutputSurfaceClient*) OVERRIDE;
- virtual const WebKit::WebCompositorOutputSurface::Capabilities& capabilities() const OVERRIDE;
- virtual WebKit::WebGraphicsContext3D* context3D() const OVERRIDE;
- virtual void sendFrameToParentCompositor(
- const WebKit::WebCompositorFrame&) OVERRIDE { }
+ virtual bool BindToClient(OutputSurfaceClient*) OVERRIDE;
+ virtual const struct OutputSurface::Capabilities& Capabilities() const
+ OVERRIDE;
+ virtual WebKit::WebGraphicsContext3D* Context3D() const OVERRIDE;
+ virtual SoftwareOutputDevice* SoftwareDevice() const OVERRIDE;
+ virtual void SendFrameToParentCompositor(const CompositorFrame&) OVERRIDE {}
private:
PixelTestOutputSurface();
« no previous file with comments | « cc/test/layer_tree_test_common.cc ('k') | cc/test/pixel_test_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698