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

Unified Diff: cc/test/FakeCCLayerTreeHostClient.h

Issue 11108020: [cc] Change cc_tests.gyp filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 2 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 | « cc/test/FakeCCGraphicsContext.h ('k') | cc/test/FakeCCLayerTreeHostClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/FakeCCLayerTreeHostClient.h
diff --git a/cc/test/FakeCCLayerTreeHostClient.h b/cc/test/FakeCCLayerTreeHostClient.h
index ef717157db6ee53004267a154e838df5044aa27d..0c4bf37e6059dab7827def224ba614ff2130fa12 100644
--- a/cc/test/FakeCCLayerTreeHostClient.h
+++ b/cc/test/FakeCCLayerTreeHostClient.h
@@ -1,38 +1,6 @@
// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef FakeCCLayerTreeHostClient_h
-#define FakeCCLayerTreeHostClient_h
-#include "config.h"
-
-#include "base/memory/scoped_ptr.h"
-#include "CCInputHandler.h"
-#include "CCLayerTreeHost.h"
-#include "CompositorFakeWebGraphicsContext3D.h"
-#include "FakeWebCompositorOutputSurface.h"
-
-namespace cc {
-
-class FakeCCLayerTreeHostClient : public CCLayerTreeHostClient {
-public:
- virtual void willBeginFrame() OVERRIDE { }
- virtual void didBeginFrame() OVERRIDE { }
- virtual void animate(double monotonicFrameBeginTime) OVERRIDE { }
- virtual void layout() OVERRIDE { }
- virtual void applyScrollAndScale(const IntSize& scrollDelta, float pageScale) OVERRIDE { }
-
- virtual scoped_ptr<WebKit::WebCompositorOutputSurface> createOutputSurface() OVERRIDE;
- virtual void didRecreateOutputSurface(bool success) OVERRIDE { }
- virtual scoped_ptr<CCInputHandler> createInputHandler() OVERRIDE;
- virtual void willCommit() OVERRIDE { }
- virtual void didCommit() OVERRIDE { }
- virtual void didCommitAndDrawFrame() OVERRIDE { }
- virtual void didCompleteSwapBuffers() OVERRIDE { }
-
- // Used only in the single-threaded path.
- virtual void scheduleComposite() OVERRIDE { }
-};
-
-}
-#endif // FakeCCLayerTreeHostClient_h
+// Temporary forwarding header
+#include "cc/test/fake_layer_tree_host_client.h"
« no previous file with comments | « cc/test/FakeCCGraphicsContext.h ('k') | cc/test/FakeCCLayerTreeHostClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698