summaryrefslogtreecommitdiffstats
path: root/cc/debug/fake_web_graphics_context_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug/fake_web_graphics_context_3d.h')
-rw-r--r--cc/debug/fake_web_graphics_context_3d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/debug/fake_web_graphics_context_3d.h b/cc/debug/fake_web_graphics_context_3d.h
index dc0ea99..a1ccc05 100644
--- a/cc/debug/fake_web_graphics_context_3d.h
+++ b/cc/debug/fake_web_graphics_context_3d.h
@@ -13,8 +13,8 @@ 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 CC_EXPORT FakeWebGraphicsContext3D
+ : public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) {
public:
FakeWebGraphicsContext3D();
virtual ~FakeWebGraphicsContext3D();