diff options
Diffstat (limited to 'cc/texture_update_queue.cc')
-rw-r--r-- | cc/texture_update_queue.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/texture_update_queue.cc b/cc/texture_update_queue.cc index a15dbaf..976963c 100644 --- a/cc/texture_update_queue.cc +++ b/cc/texture_update_queue.cc @@ -4,8 +4,6 @@ #include "config.h" -#if USE(ACCELERATED_COMPOSITING) - #include "CCTextureUpdateQueue.h" #include "CCPrioritizedTexture.h" @@ -73,5 +71,3 @@ bool CCTextureUpdateQueue::hasMoreUpdates() const } } - -#endif // USE(ACCELERATED_COMPOSITING) |