summaryrefslogtreecommitdiffstats
path: root/cc/scrollbar_layer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/scrollbar_layer_impl.h')
-rw-r--r--cc/scrollbar_layer_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/scrollbar_layer_impl.h b/cc/scrollbar_layer_impl.h
index e7cf584..2a30b3a 100644
--- a/cc/scrollbar_layer_impl.h
+++ b/cc/scrollbar_layer_impl.h
@@ -5,8 +5,6 @@
#ifndef CCScrollbarLayerImpl_h
#define CCScrollbarLayerImpl_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "CCLayerImpl.h"
#include "CCScrollbarGeometryFixedThumb.h"
#include <public/WebRect.h>
@@ -107,6 +105,4 @@ private:
};
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif