diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-15 17:52:43 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-15 17:52:43 +0000 |
commit | e55385cb6a75d2a1d5edd1455ed429bbea1f4d91 (patch) | |
tree | dd4a7b9970b4e5ba9b17e294fd4fd41b70adc001 /cc/layer.h | |
parent | b7449561a31762569097cef24a6e6a7384979840 (diff) | |
download | chromium_src-e55385cb6a75d2a1d5edd1455ed429bbea1f4d91.zip chromium_src-e55385cb6a75d2a1d5edd1455ed429bbea1f4d91.tar.gz chromium_src-e55385cb6a75d2a1d5edd1455ed429bbea1f4d91.tar.bz2 |
Remove USE(ACCELERATED_COMPOSITING) references from cc
This isn't needed.
BUG=
Review URL: https://codereview.chromium.org/10957055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer.h')
-rw-r--r-- | cc/layer.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,8 +6,6 @@ #ifndef LayerChromium_h #define LayerChromium_h -#if USE(ACCELERATED_COMPOSITING) - #include "base/memory/ref_counted.h" #include "CCLayerAnimationController.h" #include "CCOcclusionTracker.h" @@ -385,6 +383,4 @@ private: void sortLayers(std::vector<scoped_refptr<LayerChromium> >::iterator, std::vector<scoped_refptr<LayerChromium> >::iterator, void*); } -#endif // USE(ACCELERATED_COMPOSITING) - #endif |