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

Unified Diff: cc/test/fake_web_graphics_context_3d.h

Issue 50303007: Move test-only stuff from cc/debug/ to cc/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fold cc_test_utils into cc_test_support to fix windows link Created 7 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/fake_output_surface.h ('k') | cc/test/fake_web_graphics_context_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_web_graphics_context_3d.h
diff --git a/cc/debug/fake_web_graphics_context_3d.h b/cc/test/fake_web_graphics_context_3d.h
similarity index 98%
rename from cc/debug/fake_web_graphics_context_3d.h
rename to cc/test/fake_web_graphics_context_3d.h
index f923f71409c0823cc5863580c1a179dc052cd887..35f55c621f8534aa350e0cc904f75d9b1303817d 100644
--- a/cc/debug/fake_web_graphics_context_3d.h
+++ b/cc/test/fake_web_graphics_context_3d.h
@@ -2,21 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_DEBUG_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
-#define CC_DEBUG_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
+#ifndef CC_TEST_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
+#define CC_TEST_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
#include <string>
-#include "base/compiler_specific.h"
-#include "cc/base/cc_export.h"
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
namespace cc {
// WebGraphicsContext3D base class for use in unit tests.
// All operations are no-ops (returning 0 if necessary).
-class CC_EXPORT FakeWebGraphicsContext3D
- : public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) {
+class FakeWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
public:
FakeWebGraphicsContext3D();
virtual ~FakeWebGraphicsContext3D();
@@ -614,4 +611,4 @@ class CC_EXPORT FakeWebGraphicsContext3D
} // namespace cc
-#endif // CC_DEBUG_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
+#endif // CC_TEST_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
« no previous file with comments | « cc/test/fake_output_surface.h ('k') | cc/test/fake_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698