summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 15:09:06 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 15:09:06 +0000
commitf355ed2c91dc2ff549ab45a4af038b3fbce3d7ec (patch)
tree2370334960fa463e2c33e593b579100c570d2a51
parentf0928d5a72e9a8fadf85bd68e8c1e5604f907ef8 (diff)
downloadchromium_src-f355ed2c91dc2ff549ab45a4af038b3fbce3d7ec.zip
chromium_src-f355ed2c91dc2ff549ab45a4af038b3fbce3d7ec.tar.gz
chromium_src-f355ed2c91dc2ff549ab45a4af038b3fbce3d7ec.tar.bz2
cc: Get rid of NotImplemented stub file.
BUG=147395 R=enne@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/11361053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165679 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--cc/cc.gyp2
-rw-r--r--cc/gl_renderer.cc1
-rw-r--r--cc/stubs/NotImplemented.h6
-rw-r--r--cc/stubs/not_implemented.h10
4 files changed, 0 insertions, 19 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 15745f5..3929a4f 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -261,7 +261,6 @@
'stubs/IntPoint.h',
'stubs/IntRect.h',
'stubs/IntSize.h',
- 'stubs/NotImplemented.h',
'stubs/Region.h',
'stubs/SkiaUtils.h',
'stubs/TilingData.h',
@@ -275,7 +274,6 @@
'stubs/int_point.h',
'stubs/int_rect.h',
'stubs/int_size.h',
- 'stubs/not_implemented.h',
'stubs/skia_utils.h',
'stubs/tiling_data.h',
'stubs/unit_bezier.h',
diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc
index e9215ba..35444b3 100644
--- a/cc/gl_renderer.cc
+++ b/cc/gl_renderer.cc
@@ -7,7 +7,6 @@
#include "cc/gl_renderer.h"
#include "FloatQuad.h"
-#include "NotImplemented.h"
#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/string_split.h"
diff --git a/cc/stubs/NotImplemented.h b/cc/stubs/NotImplemented.h
deleted file mode 100644
index 4ac19a5..0000000
--- a/cc/stubs/NotImplemented.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// 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.
-
-// Temporary forwarding header
-#include "cc/stubs/not_implemented.h"
diff --git a/cc/stubs/not_implemented.h b/cc/stubs/not_implemented.h
deleted file mode 100644
index 7c6bba5..0000000
--- a/cc/stubs/not_implemented.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright (c) 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 CC_STUBS_NOTIMPLEMENTED_H
-#define CC_STUBS_NOTIMPLEMENTED_H
-
-#define notImplemented() do { } while(0)
-
-#endif // CC_STUBS_NOTIMPLEMENTED_H